From d5bf4a5757c88e32656470f8e8f6a55a24240b32 Mon Sep 17 00:00:00 2001 From: Campbell Alden Date: Sun, 2 Oct 2022 01:16:19 +0900 Subject: [PATCH] Update list element styles --- static/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/style.css b/static/style.css index cb2b4f3..c5ea059 100644 --- a/static/style.css +++ b/static/style.css @@ -267,6 +267,11 @@ a:hover { padding: 0 10px; } +li { + margin-bottom: 20px; + margin-top: 20px; +} + .core-content h2, .core-content h3 { margin-top: 30px; margin-bottom: -10px;