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