mirror of
https://github.com/eosswedenorg/apt
synced 2026-07-04 12:03:42 +02:00
_sass/_variables.scss: set a little smaller heading sizes.
This commit is contained in:
parent
fb930929e3
commit
824e6adc37
1 changed files with 16 additions and 0 deletions
|
|
@ -11,3 +11,19 @@ $body-font: -apple-system, BlinkMacSystemFont,
|
||||||
"Segoe UI", Roboto, "Helvetica Neue", Arial,
|
"Segoe UI", Roboto, "Helvetica Neue", Arial,
|
||||||
"Noto Sans", sans-serif, "Apple Color Emoji",
|
"Noto Sans", sans-serif, "Apple Color Emoji",
|
||||||
"Segoe UI Emoji", "Segoe UI Symbol", "Noto 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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue