From bf4b95dce9373cda400d3a7a71a5f9d97036feb8 Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 10 Mar 2026 18:58:23 +0100 Subject: [PATCH] fix Navbar height --- 01-frontend/src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-frontend/src/App.css b/01-frontend/src/App.css index 73492be..dc24bd7 100644 --- a/01-frontend/src/App.css +++ b/01-frontend/src/App.css @@ -2,7 +2,7 @@ :root { --background-color: #fafafa; --text-color: #000000; - --navbar-height: 6vh; + --navbar-height: 5.1vh; --page-height: 94vh; }