fix: Design du menu en mode paysage

This commit is contained in:
Simon 2023-02-22 14:22:34 +01:00
parent c4819fcc34
commit fc7db088fd
1 changed files with 4 additions and 0 deletions

View File

@ -164,6 +164,10 @@
flex-direction: column
justify-content: center
@media (orientation: landscape)
flex-direction: row
align-items: last baseline
img
display: inherit