summaryrefslogtreecommitdiff
path: root/scss/base/typography.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/base/typography.scss')
-rw-r--r--scss/base/typography.scss3
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 {