But when passing through breakpoint, navigation disappears even on laptops, how to make it disappear only on mobiles, and on desktops, it just shrinks and that's it?
@media only all and (max-width: 720px) { .navigation { display: none; } } But when passing through breakpoint, navigation disappears even on laptops, how to make it disappear only on mobiles, and on desktops, it just shrinks and that's it?
@media only all and (max-width: 720px) { .navigation { display: none; } } Source: https://ru.stackoverflow.com/questions/888191/
All Articles