diff options
Diffstat (limited to 'styles.scss')
-rw-r--r-- | styles.scss | 7 |
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: "„" "”" "‚" "’"; } |