summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index f8f1d54..0d4cee1 100644
--- a/style.css
+++ b/style.css
@@ -357,3 +357,7 @@ summary {
 nav {
   text-align: center;
 }
+
+article li + li {
+  margin-top: 0.5rem;
+}