summaryrefslogtreecommitdiff
path: root/styles.scss
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-04-28 00:24:32 +0200
committerJonas Smedegaard <dr@jones.dk>2024-04-28 00:34:05 +0200
commit1ead42936de8939d96f8dea0915225278dcdfad7 (patch)
treec4b6b768ae741be528859f009620bb9291a939ec /styles.scss
parent7b116a72b47b3e0dd74f002ff419a525738bf27d (diff)
tighten secondary and tertiary headlines: drop space and line below
Diffstat (limited to 'styles.scss')
-rw-r--r--styles.scss7
1 files changed, 7 insertions, 0 deletions
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: "„" "”" "‚" "’";
}