diff options
| author | Armand Philippot <git@armandphilippot.com> | 2021-10-27 22:49:00 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2021-10-27 22:49:00 +0200 |
| commit | e1350c621b9c6fd3ec486f1c0a3d5b9691964833 (patch) | |
| tree | e70797f0c34aa4303f32207d0b687f9fb9c318ae /htdocs/src/scss/base/_fonts.scss | |
| parent | 667b1d81ca10163e3b079d3f3bdc7ec18a85158c (diff) | |
chore(styles): increase branding font-size and logo size on large vw
Diffstat (limited to 'htdocs/src/scss/base/_fonts.scss')
| -rw-r--r-- | htdocs/src/scss/base/_fonts.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htdocs/src/scss/base/_fonts.scss b/htdocs/src/scss/base/_fonts.scss index 9d6c250..192f6b8 100644 --- a/htdocs/src/scss/base/_fonts.scss +++ b/htdocs/src/scss/base/_fonts.scss @@ -109,6 +109,7 @@ font-size-lg: #{var.$font-size_lg}, font-size-xl: #{var.$font-size_xl}, font-size-2xl: #{var.$font-size_2xl}, + font-size-3xl: #{var.$font-size_3xl}, line-height: #{var.$line-height}, ) ); |
