From 28ddc04ba223c6436281e3fb417e9ba4716c3e5e Mon Sep 17 00:00:00 2001 From: Christophe HENRY Date: Thu, 4 Mar 2021 11:24:50 +0100 Subject: [PATCH] Updates CSS --- htmgem.css | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/htmgem.css b/htmgem.css index d77519f..c29869f 100644 --- a/htmgem.css +++ b/htmgem.css @@ -10,9 +10,9 @@ body { margin: auto; } -p { +p, ul { margin-top: 0; - margin-bottom: 1em; + margin-bottom: 0.3em; padding-top: 0; padding-bottom: 0; } @@ -38,20 +38,10 @@ blockquote { padding: 1rem; } -ul { - margin: 0; - margin-bottom: 1em; +ul, li { padding: 0; } -li { - padding: 0; -} - -li:not(:last-child) { - margin-bottom: 0.5rem; -} - a { color:#820; text-decoration: none;