tattle-made / kosh-v2

3 stars 4 forks source link

Graceful fallback on larger screen sizes #56

Open dennyabrain opened 2 years ago

dennyabrain commented 2 years ago

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"