fix: Design du menu en mode paysage
This commit is contained in:
parent
c4819fcc34
commit
fc7db088fd
|
@ -164,6 +164,10 @@
|
||||||
flex-direction: column
|
flex-direction: column
|
||||||
justify-content: center
|
justify-content: center
|
||||||
|
|
||||||
|
@media (orientation: landscape)
|
||||||
|
flex-direction: row
|
||||||
|
align-items: last baseline
|
||||||
|
|
||||||
img
|
img
|
||||||
display: inherit
|
display: inherit
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue