Alathra:Navigation: Difference between revisions
m CSS test |
m CSS test |
||
Line 17: | Line 17: | ||
@media screen and (max-width: 800px) { | @media screen and (max-width: 800px) { | ||
#nav { | |||
align-items: center; | |||
} | |||
#nav-row { | #nav-row { | ||
align-items: center; | |||
flex-direction: column; | flex-direction: column; | ||
gap: 20px; | gap: 20px; |