minor css fix

This commit is contained in:
Yann Esposito (Yogsototh) 2020-06-20 19:52:08 +02:00
parent 05314b7001
commit d6223ad3d4
Signed by untrusted user who does not match committer: yogsototh
GPG Key ID: 7B19A4C650D59646
4 changed files with 3 additions and 3 deletions

View File

@ -10,4 +10,4 @@ fi
cd $webdir && \
echo "Serving: $webdir" && \
sws -d --port 3001 .
sws -d --port 3000 .

View File

@ -284,7 +284,7 @@
" %s" ;; source
" -sampling-factor 4:2:0"
" -strip"
" -resize 200x200\\>"
" -resize 320x320\\>"
" -interlace Plane"
" -quality 85"
" -define filter:blur=0.75"

Binary file not shown.

View File

@ -98,12 +98,12 @@ p,
ul[class],
ol[class],
li,
figure,
figcaption,
dl,
dd {
margin: 0;
}
figure { margin: 1em 0; }
/* Make default font-size 1rem and add smooth scrolling to anchors */
html {