diff options
| author | William Hergès <william@herges.fr> | 2025-10-04 00:24:24 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-10-04 00:24:24 +0200 |
| commit | a4374f68e6d41fc1a8d7f70eca9fb817d47ec595 (patch) | |
| tree | 7d8b3c84fa67deafd2fd93fb008d3d6935087531 /frontend | |
| parent | 0e042866340eff490b5a02059c80bf56a51a03fd (diff) | |
fix(frontend): back to older header style on small screen
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 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 { |
