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

Graceful fallback on larger screen sizes #56

Open
dennyabrain opened this issue Jan 6, 2022 · 0 comments
Open

Graceful fallback on larger screen sizes #56

dennyabrain opened this issue Jan 6, 2022 · 0 comments

Comments

@dennyabrain
Copy link
Contributor

Since the mocks were primarily designed for mobile phones, the page extends to 100% width. This does not look very good on larger screens. A quick fix I am proposing is to limit the page's content to a fixed width.
For mobile devices the width of the div or <Box> can be "100%", for other devices it can be "medium" or "large"

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