diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-11-16 21:26:20 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-11-16 21:26:20 +0700 |
commit | b13d691d3d73ffb5b46ad2ed2a470a29454a172f (patch) | |
tree | aafd679a3af3556d2a3515a833d46f28dade27df /_css | |
parent | 14de1fdceee38fa3f8a5b33955c135e17e0ffded (diff) | |
download | site-b13d691d3d73ffb5b46ad2ed2a470a29454a172f.tar.gz |
Fix even moar stuff
Diffstat (limited to '_css')
-rw-r--r-- | _css/style.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/_css/style.css b/_css/style.css index 457996f..238877d 100644 --- a/_css/style.css +++ b/_css/style.css @@ -92,8 +92,7 @@ body { margin: 0 1rem } } /* General formatting */ -.franklin-content ol, .franklin-content ul { margin: 0 } -.franklin-content li p { margin: 1ex 0 } +.franklin-content ol, .franklin-content ul, .franklin-content li p { margin: 0 } .franklin-content a { color: var(--link-fg); @@ -157,7 +156,7 @@ body { margin: 0 1rem } padding-top: 1ex; } -.franklin-content blockquote p, .note p { display: inline } +.franklin-content blockquote p, .note p { margin: 1ex 0 } .franklin-content blockquote { background: var(--block-bg); |