aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-10-05 22:04:29 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2025-10-05 22:04:29 +0200
commite9713ae0fe2fd5f714fc73a46adfb5810899a05c (patch)
tree954b9465f0ebe9528ce60d00a3960d62103088e2
parent400f57afeb6b5595650f0b16496ef54fef0951c9 (diff)
fix(frontend): navbar not containing 4 items max per column
-rw-r--r--frontend/scss/special.scss2
1 files changed, 2 insertions, 0 deletions
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;