summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 4e66b5f..812e7ea 100644
--- a/css/style.css
+++ b/css/style.css
@@ -76,6 +76,10 @@ nav a:hover {
margin-top: 0
}
+:is(ol, ul) + :is(div, p) {
+ margin-top: 0;
+}
+
ul {
list-style: square;
}