diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-10-05 22:04:29 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-10-05 22:04:29 +0200 |
| commit | e9713ae0fe2fd5f714fc73a46adfb5810899a05c (patch) | |
| tree | 954b9465f0ebe9528ce60d00a3960d62103088e2 /frontend | |
| parent | 400f57afeb6b5595650f0b16496ef54fef0951c9 (diff) | |
fix(frontend): navbar not containing 4 items max per column
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/scss/special.scss | 2 |
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; |
