From e9713ae0fe2fd5f714fc73a46adfb5810899a05c Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sun, 5 Oct 2025 22:04:29 +0200 Subject: fix(frontend): navbar not containing 4 items max per column --- frontend/scss/special.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'frontend') diff --git a/frontend/scss/special.scss b/frontend/scss/special.scss index 9e7b3a2..3510f21 100644 --- a/frontend/scss/special.scss +++ b/frontend/scss/special.scss @@ -34,6 +34,8 @@ header { flex-wrap: wrap; gap: 0.5rem; + max-height: 100%; + & a { display: block; -- cgit v1.2.3