From a4374f68e6d41fc1a8d7f70eca9fb817d47ec595 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sat, 4 Oct 2025 00:24:24 +0200 Subject: fix(frontend): back to older header style on small screen --- frontend/scss/special.scss | 2 ++ 1 file changed, 2 insertions(+) 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 { -- cgit v1.2.3