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 && \ cd $webdir && \
echo "Serving: $webdir" && \ echo "Serving: $webdir" && \
sws -d --port 3001 . sws -d --port 3000 .

View file

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

Binary file not shown.

View file

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