From 09081d3cbf27a08de81cc460acaa7a71088e8fbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Z=C3=A1le=C5=A1=C3=A1k?= Date: Mon, 4 Nov 2024 00:59:11 +0100 Subject: [PATCH] update h3 --- -inc/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/-inc/style.css b/-inc/style.css index 772eadd..143cd02 100644 --- a/-inc/style.css +++ b/-inc/style.css @@ -397,6 +397,7 @@ h2 { line-height: 1em; } + h2::after { content: ""; height: 0.25em; @@ -414,6 +415,10 @@ h2::after { margin-top: 1em; } +h3 { + margin: 0; +} + em { font-size: 1.3em; font-family: 'Sorts', sans-serif;