diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-11-16 17:40:51 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-11-16 17:40:51 +0700 |
commit | 14de1fdceee38fa3f8a5b33955c135e17e0ffded (patch) | |
tree | b73ac69bc2aba1472ccf7b2abe5f26ce213afcab /_css | |
parent | ac73f7ff7739157254bfcec36ef9463c86b0de72 (diff) | |
download | site-14de1fdceee38fa3f8a5b33955c135e17e0ffded.tar.gz |
Fix spacing
Diffstat (limited to '_css')
-rw-r--r-- | _css/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_css/style.css b/_css/style.css index 369bc2c..457996f 100644 --- a/_css/style.css +++ b/_css/style.css @@ -92,8 +92,8 @@ body { margin: 0 1rem } } /* General formatting */ -.franklin-content ol, .franklin-content ul { margin: 1ch 0 } -.franklin-content li p { margin: 1ch 0 } +.franklin-content ol, .franklin-content ul { margin: 0 } +.franklin-content li p { margin: 1ex 0 } .franklin-content a { color: var(--link-fg); @@ -150,7 +150,7 @@ body { margin: 0 1rem } /* Boxes */ .franklin-content blockquote, .note { - margin: 0 -1rem; + margin: 1ex -1rem; padding-bottom: 1ex; padding-left: 0.75rem; padding-right: 1rem; |