aboutsummaryrefslogtreecommitdiffstats
path: root/htdocs/src/scss/abstracts
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2021-10-27 22:49:00 +0200
committerArmand Philippot <git@armandphilippot.com>2021-10-27 22:49:00 +0200
commite1350c621b9c6fd3ec486f1c0a3d5b9691964833 (patch)
treee70797f0c34aa4303f32207d0b687f9fb9c318ae /htdocs/src/scss/abstracts
parent667b1d81ca10163e3b079d3f3bdc7ec18a85158c (diff)
chore(styles): increase branding font-size and logo size on large vw
Diffstat (limited to 'htdocs/src/scss/abstracts')
-rw-r--r--htdocs/src/scss/abstracts/_variables.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/htdocs/src/scss/abstracts/_variables.scss b/htdocs/src/scss/abstracts/_variables.scss
index b1f9fd8..a8a22a8 100644
--- a/htdocs/src/scss/abstracts/_variables.scss
+++ b/htdocs/src/scss/abstracts/_variables.scss
@@ -68,6 +68,7 @@ $font-size_md: $font-size_base-rem * math.pow($font-size_ratio, 0);
$font-size_lg: $font-size_base-rem * math.pow($font-size_ratio, 1);
$font-size_xl: $font-size_base-rem * math.pow($font-size_ratio, 2);
$font-size_2xl: $font-size_base-rem * math.pow($font-size_ratio, 3);
+$font-size_3xl: $font-size_base-rem * math.pow($font-size_ratio, 4);
//============================================================================
// Spacings