Don't allow header scale larger with the window above 1000px, while the rest of the app keeps scaling by root font size.

This commit is contained in:
Leo Vasanko
2026-02-04 17:08:32 +00:00
parent 56aacb8f87
commit c698f74319
+1 -1
View File
@@ -36,7 +36,7 @@
@media screen and (min-width: 1000px) {
:root {
--root-font-size: calc(8px + 8 * 100vw / 1000);
--header-font-size: 1rem;
--header-font-size: 16px;
}
}
@media screen and (min-width: 2000px) {