aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-10-04 00:24:24 +0200
committerWilliam Hergès <william@herges.fr>2025-10-04 00:24:24 +0200
commita4374f68e6d41fc1a8d7f70eca9fb817d47ec595 (patch)
tree7d8b3c84fa67deafd2fd93fb008d3d6935087531
parent0e042866340eff490b5a02059c80bf56a51a03fd (diff)
fix(frontend): back to older header style on small screen
-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 5b64985..9e7b3a2 100644
--- a/frontend/scss/special.scss
+++ b/frontend/scss/special.scss
@@ -14,6 +14,8 @@ header {
@media only screen and (max-width: 600px) {
flex-direction: column;
+ align-items: normal;
+
height: auto;
min-height: var(--height-header);
& img {