From ae3ae4c5b086b46482c3eddec54d9fe14cda4623 Mon Sep 17 00:00:00 2001 From: "Niels G. W. Serup" Date: Sat, 5 Oct 2024 19:37:59 +0200 Subject: [PATCH] Consistently use less margin --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index c2e9db3..f0857ff 100644 --- a/style.css +++ b/style.css @@ -86,7 +86,7 @@ h3 { font-size: 1em; } -p { +p, ul, ol { margin-top: 0; }