diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-12-14 21:28:31 +0000 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-01-12 08:28:52 +0000 |
| commit | 4710fb1c87d5926f630716f003e736e019b3fcf5 (patch) | |
| tree | 5ecab92f74042ac1df81f1e9c0e82580c4818a58 /scss/base/typography.scss | |
| parent | f979c07e2c7c3716492a4121383aeacc5e58cfce (diff) | |
Eiks 31 (#41)
* Eiks 31
* Prettier dl's
* Prettier headings
---------
Co-authored-by: Joe Carstairs <jcarstairs@scottlogic.com>
Diffstat (limited to 'scss/base/typography.scss')
| -rw-r--r-- | scss/base/typography.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scss/base/typography.scss b/scss/base/typography.scss index fb2ac17..b9936ec 100644 --- a/scss/base/typography.scss +++ b/scss/base/typography.scss @@ -45,6 +45,8 @@ h3, h4 { font-family: var(--font-serif); font-weight: 700; + line-height: 1.15; + text-wrap: balance; } .title { @@ -52,6 +54,7 @@ h4 { font-size: var(--font-size-6); font-weight: 700; margin-block-start: var(--margin-block-sm); + text-wrap: balance; } .title--small { |
