From: Jakub Czajka Date: Sun, 18 Jun 2023 15:46:54 +0000 (+0200) Subject: Remove space between section header and horizional line. X-Git-Url: https://git.ekhem.eu.org/?a=commitdiff_plain;h=c0feb0da14476ce5f59fdd888b4e484735f8fa52;p=website.git Remove space between section header and horizional line. --- diff --git a/index.html b/index.html index 7835938..3d2ea2c 100644 --- a/index.html +++ b/index.html @@ -17,6 +17,9 @@ margin: 10px 0; padding: 5px; } + h3 { + margin-bottom: 0px; + }