about summary refs log tree commit diff homepage
path: root/_css
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-11-16 21:26:20 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-11-16 21:26:20 +0700
commitb13d691d3d73ffb5b46ad2ed2a470a29454a172f (patch)
treeaafd679a3af3556d2a3515a833d46f28dade27df /_css
parent14de1fdceee38fa3f8a5b33955c135e17e0ffded (diff)
downloadsite-b13d691d3d73ffb5b46ad2ed2a470a29454a172f.tar.gz
Fix even moar stuff
Diffstat (limited to '_css')
-rw-r--r--_css/style.css5
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);