I notice that my code is responsive, in the fact that if I scale it down to the size of a phone or tablet - all of the text, links, and social icons scale accordingly.
However, the ONLY thing that …
I am creating a mobile web page that is basically a big form with several text inputs.
However (at least on my Android cellphone), every time I click on some input the whole page zooms there, obscuring the rest of …
How can I change check box sizes (globaly) without class and id? Is it possible to do this in a way different from:
input[type=checkbox] {
zoom: 1.5;
}