start nav mobile

This commit is contained in:
isUnknown 2024-09-06 18:15:43 +02:00
parent e3680dcefb
commit a23a5ba06b
6 changed files with 95 additions and 14 deletions

View file

@ -39,3 +39,9 @@
--color-brown: #a59478;
--color-brown-light: #d6cfbe;
}
@media screen and (max-width: 800px) {
:root {
--font-size-h2: 1.5625rem;
}
}