]> git.ekhem.eu.org Git - website.git/commitdiff
Remove space between section header and horizional line.
authorJakub Czajka <jakub@ekhem.eu.org>
Sun, 18 Jun 2023 15:46:54 +0000 (17:46 +0200)
committerJakub Czajka <jakub@ekhem.eu.org>
Sun, 18 Jun 2023 15:53:22 +0000 (17:53 +0200)
index.html

index 7835938678936618e5de893c7df2c0ece250e8a0..3d2ea2c02685c1ff3b85737604e3028d34a315e4 100644 (file)
@@ -17,6 +17,9 @@
       margin: 10px 0;
       padding: 5px;
     }
+    h3 {
+      margin-bottom: 0px;
+    }
   </style>
 </head>
 <body>