about summary refs log tree commit diff homepage
path: root/_css
diff options
context:
space:
mode:
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);