-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
Screens do not use proper CSS according to their size #45
Comments
can you provide a screenshot of what's happening, please? |
Almost forgot.. you can view the live version at https://phph1.saddlerockit.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using:
@media screen and (max-width: 600px)
The CSS does not detect the screen size of the enabled screens and is using the screen width of the desktop in every screen window. But when I test it on my phone everything works properly. This inherently breaks any useful utility for this software.
Using it in Chrome
The text was updated successfully, but these errors were encountered: