From 5d680ae0c228c742c59f2abbe791c9b91d1340da Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Fri, 8 May 2026 09:56:36 +0200 Subject: [PATCH] fix: Increase navbar height and add padding for improved layout --- Website/templates/base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Website/templates/base.html b/Website/templates/base.html index 7c65838..4da1a38 100644 --- a/Website/templates/base.html +++ b/Website/templates/base.html @@ -132,7 +132,8 @@ } .site-nav-inner { - min-height: 82px; + min-height: 140px; + padding: 10px 0; display: flex; align-items: center; justify-content: space-between;