banner on mobile
All checks were successful
Deploy / Deploy to pre-production (push) Successful in 5s

This commit is contained in:
Julie Blanc 2025-12-24 16:00:47 +01:00
parent ee6408f05f
commit 32f45ceeca
14 changed files with 528 additions and 206 deletions

View file

@ -33,3 +33,10 @@ body{
overflow-x: hidden;
}
// main{
// overflow-x: hidden;
// }
img{
max-width: 100%;
}

View file

@ -2,13 +2,13 @@
--font: 'Executive', Arial, sans-serif;
--title: 'System', Arial, sans-serif;
// --fs-x-small: 10px;
// --fs-xsmall: 10px;
// --fs-small: 12px;
// --fs-normal: 16px;
// --fs-medium: 22px;
// --fs-big: 38px;
--fs-x-small: 10px;
--fs-xsmall: 10px;
--fs-small: 12px;
--fs-normal: 16px;
--fs-medium: 20px;
@ -24,7 +24,7 @@
--fs-big: 26px;
}
--leading-tight: 1;
--leading-tight: 1.05;
--leading-normal: 1.2;
// --leading-relaxed: 1.4;
// --leading-loose: 1.8;
@ -58,6 +58,7 @@
--header-h: 80px;
--header-h-shrinked: 50px;
--menu-w: 420px;
--banner-medium: 220px;
@ -77,12 +78,12 @@
@media #{$small}{
:root {
--fs-x-small: 10px;
--fs-xsmall: 10px;
--fs-small: 11px;
--fs-normal: 14px;
--fs-medium: 20px;
--fs-big: 30px;
--fs-x-big: 38px;
--fs-medium: 18px;
--fs-big: 28px;
--fs-xbig: 32px;
--header-h: 60px;
}