Lyza Danger explaining us why we should write:
@media all and (min-width: 25em)
instead of:
@media all and (min-width: 400px)
The reason: zooming in/out
A rather geeky/technical weblog, est. 2001, by Bramus
Lyza Danger explaining us why we should write:
@media all and (min-width: 25em)
instead of:
@media all and (min-width: 400px)
The reason: zooming in/out