diff options
author | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-02-15 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-02-15 00:00:00 +0000 |
commit | dce4ce364cf270408925bd1ee1ac280d720bb8b8606a59b21970c944312197ef (patch) | |
tree | 54a1e5a157a4d4dd5a532b18e0d2d80fc66bf9bad68ea6e6b397407b81522f6c /assets/css | |
parent | e2b45e248570e47dbdb85a2538dc416ce75f34f0d2e00de6f782f2a4790cf05b (diff) | |
download | hugo-theme-journal-dce4ce364cf270408925bd1ee1ac280d720bb8b8606a59b21970c944312197ef.tar.gz hugo-theme-journal-dce4ce364cf270408925bd1ee1ac280d720bb8b8606a59b21970c944312197ef.zip |
Remove extra space above unordered listsv0.3.4
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/style.css | 1 |
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; } |