summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-11-27 09:19:36 +0100
committerMartin Fischer <martin@push-f.com>2021-11-27 12:39:59 +0100
commit12ed096eb7581922574b0934c2da71c4563cdd46 (patch)
treebedc0363da6ee03b16d48907cd61bdae6c9552fc
parent8e672f9593aad4c08cf81d1984366a937665233d (diff)
css: add margin-bottom to li
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index 4f8fe7f..faf9491 100644
--- a/style.css
+++ b/style.css
@@ -6,6 +6,10 @@ ul {
columns: 300px;
}
+li {
+ margin-bottom: 0.5em;
+}
+
code {
font-size: 1.1em;
}