summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2024-05-19 21:03:08 +0800
committerRunxi Yu <me@runxiyu.org>2024-05-19 21:03:08 +0800
commit59344509fb1e74e78c8e78d45cb29273f1b28d57 (patch)
treeaa1e0bf5501848ee1527e33c78cf4732f9448696
parentf591347a8c2266ba95e11bced540ee9e201d3148 (diff)
downloadwww-59344509fb1e74e78c8e78d45cb29273f1b28d57.tar.gz
Increase margin-top of li's in article
-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;
+}