mobile responsive : home and start event

This commit is contained in:
isUnknown 2024-09-10 15:23:24 +02:00
parent e58e630f9b
commit dd04bac95e
14 changed files with 128 additions and 8 deletions

View file

@ -42,6 +42,14 @@
@media screen and (max-width: 800px) {
:root {
--font-size-xl: 2.5rem;
--font-size-h1: 1.875rem;
--font-size-h2: 1.5625rem;
--font-size-h3: 1.25rem;
--font-size-h4: 1.25rem;
--font-size-h5: 1.25rem;
--font-size-m: 0.9375rem;
--padding-vertical: 1rem;
}
}