Slightly smaller headings

This commit is contained in:
Christoph Haas 2020-11-01 23:24:21 +01:00
parent f1cff3883d
commit 6b18b057f8

View file

@ -150,12 +150,12 @@ $header-styles: (
'h6': ('font-size': 11),
),
medium: (
'h1': ('font-size': 48),
'h2': ('font-size': 36),
'h3': ('font-size': 31),
'h4': ('font-size': 24),
'h5': ('font-size': 20),
'h6': ('font-size': 16),
'h1': ('font-size': 40),
'h2': ('font-size': 32),
'h3': ('font-size': 28),
'h4': ('font-size': 26),
'h5': ('font-size': 24),
'h6': ('font-size': 22),
),
);
$header-text-rendering: optimizeLegibility;