From e1350c621b9c6fd3ec486f1c0a3d5b9691964833 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Wed, 27 Oct 2021 22:49:00 +0200 Subject: chore(styles): increase branding font-size and logo size on large vw --- htdocs/src/scss/abstracts/_variables.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'htdocs/src/scss/abstracts/_variables.scss') 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 -- cgit v1.2.3