Alathra:Navigation: Difference between revisions
m CSS test |
m CSS test |
||
Line 30: | Line 30: | ||
#nav { | #nav { | ||
height: 700px; | height: 700px; | ||
} | |||
} | } | ||
@media screen and (max-width: 570px) { | @media screen and (max-width: 570px) { | ||
#nav { | #nav { | ||
height: 800px; | height: 800px; | ||
} | |||
} | } | ||