-
-
Notifications
You must be signed in to change notification settings - Fork 33
Adjust HTML styles for small screens #67
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
Conversation
I don't know why windows test failed if all tests passed |
They should pass now if you rebase your branch |
This pull request has been marked as stale because it has been inactive for more than 21 days. Please reopen if you still intend to submit this pull request |
This pull request has been marked as stale because it has been inactive for more than 21 days. Please reopen if you still intend to submit this pull request |
This pull request has been automatically closed because it has been inactive for more than 4 weeks. Please reopen if you still intend to submit this pull request |
@thetutlage Is there something missing to merge this PR? |
Thanks @AylenHoz for the PR. Sorry for sleeping on it for a long time :) |
π Linked issue
closes #68
β Type of change
π Description
Some HTML styles are not suitable for small screens, such as those on mobile devices:
Solution: Implement styles based on calc and media query to adjust certain styles to the screen size.
Before - After
π Checklist