Since mobile users show up in Google Analytics from 20 to 45%,
I just wanted to implement different layouts for my web sites.
@media screen and (max-width:800) {
Here are all the differences for the mobile version.
}
It works fine on my notebook.
When I make the window smaller, suddenly the layout changes like intended.
I tested also on my Huawei Ascend P6, Android 4,42:
720x1280 display
Standard browser:
shows 1 pixel = 1 pixel, but the layout for the large screen
Google Chrome:
Scales the content, that the layout for the large screen fits on the small display
So it seems I have no possibility to use
@media screen and (max-width:800)
to have on the mobile the layout developed for mobile