necolas / normalize.css

A modern alternative to CSS resets
http://necolas.github.io/normalize.css/
MIT License
52.28k stars 10.67k forks source link

Fitting the screen. #906

Closed pirrys closed 7 months ago

pirrys commented 9 months ago

Hello, I have replaced my reset.css from meyerweb.css with the normalize.css. It has improve , although the page has still to be set at zoom 80%, previously 50%, in order to see the menu. My goal is the zoom at 100% on Android Chrome and Firefox. Any idea how to fix this? Thanks.

miquelfire commented 9 months ago

Beyond the scope of CSS projects like this.

Do you have the following in your head tag area? <meta name="viewport" content="width=device-width, initial-scale=1" />

Everything else will be based on your CSS code.

pirrys commented 1 month ago

Sorry I missed that reply, I'll check that out. Thanks.