fix Navbar height

This commit is contained in:
Tim
2026-03-10 18:58:23 +01:00
parent f049f51de2
commit bf4b95dce9

View File

@@ -2,7 +2,7 @@
:root {
--background-color: #fafafa;
--text-color: #000000;
--navbar-height: 6vh;
--navbar-height: 5.1vh;
--page-height: 94vh;
}