Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome @media query compatibility #6

Open
TrentBrick opened this issue Mar 25, 2021 · 0 comments
Open

Chrome @media query compatibility #6

TrentBrick opened this issue Mar 25, 2021 · 0 comments

Comments

@TrentBrick
Copy link

For Chrome to make CSS @media queries work there is a bug where in index.html the line:

<meta name="viewport" content="width=device-width, initial-scale=1">

actually needs a decimal point on the 1!!!

<meta name="viewport" content="width=device-width, initial-scale=1.0">

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant