From db789b228f90ff3d174cb6771c360307ff336d1e Mon Sep 17 00:00:00 2001 From: Phill Pover Date: Sun, 6 Apr 2025 18:04:12 +0100 Subject: [PATCH] Fixing css --- frontend/src/app/globals.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/app/globals.css b/frontend/src/app/globals.css index 536f88f..f6460e9 100644 --- a/frontend/src/app/globals.css +++ b/frontend/src/app/globals.css @@ -983,7 +983,8 @@ there. max-height: 55px; } .navbar-list { list-style: none; - margin-bottom: 0; } + margin-bottom: 0; + max-height: 55px;} .navbar-item { position: relative; float: left;