I added a media query handheld to some of my code but cannot find a way to to test it.
@media handheld{
#small_display{
display:block;
}
#map1{
display:none;
}
#map2{
display:none;
}
}
I have the site running on my localhost but when I inspect with google and select a device I see no update.
"Toggle device mode" icon
"Emulate" tab at the bottom of dev tools