From c0feb0da14476ce5f59fdd888b4e484735f8fa52 Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Sun, 18 Jun 2023 17:46:54 +0200 Subject: [PATCH] Remove space between section header and horizional line. --- index.html | 3 +++ 1 file changed, 3 insertions(+) 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; + } -- 2.39.5