1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-16 04:34:56 +02:00

_sass/_variables.scss: set a little smaller heading sizes.

This commit is contained in:
Henrik Hautakoski 2022-09-06 18:45:48 +02:00
parent fb930929e3
commit 824e6adc37

View file

@ -11,3 +11,19 @@ $body-font: -apple-system, BlinkMacSystemFont,
"Segoe UI", Roboto, "Helvetica Neue", Arial,
"Noto Sans", sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
// Heading sizes - mobile
$h0-size-mobile: 31px;
$h1-size-mobile: 25px;
$h2-size-mobile: 21px;
$h3-size-mobile: 17px;
// Heading sizes - desktop
$h0-size: 39px;
$h1-size: 31px;
$h2-size: 23px;
$h3-size: 19px;
$h4-size: 15px;
$h5-size: 13px;
$h6-size: 12px;