From c8ef8d692fb35b0beb08f7c8f998efafb88f37f1 Mon Sep 17 00:00:00 2001 From: Fabian Schieder Date: Thu, 22 Jan 2026 19:05:12 +0100 Subject: [PATCH] css improvements --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index eed38e7..dc2cc33 100755 --- a/style.css +++ b/style.css @@ -288,7 +288,7 @@ body { HEADER ========================================================== */ .nav { - height: 56px; /* klassischer Navbar-Wert */ + height: 200px; /* klassischer Navbar-Wert */ padding: 0 1.5rem; display: flex; align-items: center;