aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicholasjohnson.ch>2023-02-15 00:00:00 +0000
committerNicholas Johnson <nick@nicholasjohnson.ch>2023-02-15 00:00:00 +0000
commitdce4ce364cf270408925bd1ee1ac280d720bb8b8606a59b21970c944312197ef (patch)
tree54a1e5a157a4d4dd5a532b18e0d2d80fc66bf9bad68ea6e6b397407b81522f6c
parente2b45e248570e47dbdb85a2538dc416ce75f34f0d2e00de6f782f2a4790cf05b (diff)
Remove extra space above unordered listsv0.3.4
-rw-r--r--assets/css/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index e9bedea..bd8ed92 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -69,6 +69,7 @@ ol {
ul {
list-style: disc inside none;
+ margin-top: 0;
padding: 0;
}