From 1ead42936de8939d96f8dea0915225278dcdfad7 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 28 Apr 2024 00:24:32 +0200 Subject: tighten secondary and tertiary headlines: drop space and line below --- _TODO.md | 1 - styles.scss | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/_TODO.md b/_TODO.md index 661aba1..8366e7b 100644 --- a/_TODO.md +++ b/_TODO.md @@ -26,7 +26,6 @@ Til nummer 2 * skrifter * indlejr monospace skrift, og check at den er aktiveret * lidt større manchet (hvis den beholdes) - * fjern linje under h2 * kontrastfarve * printvenlig udgave * print-CSS hint i websider om adresse på printvenlig udgave diff --git a/styles.scss b/styles.scss index 310c8a1..7bbec8a 100644 --- a/styles.scss +++ b/styles.scss @@ -44,6 +44,13 @@ $input-btn-font-family: $font-family-sans-serif; font-weight: bold; } +h2, +h3 { + margin-bottom: unset; + padding-bottom: unset; + border-bottom: unset; +} + q { quotes: "„" "”" "‚" "’"; } -- cgit v1.2.3