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

viewport makes the site hard to read on mobile #29

Closed
jyn514 opened this issue Feb 8, 2021 · 3 comments
Closed

viewport makes the site hard to read on mobile #29

jyn514 opened this issue Feb 8, 2021 · 3 comments

Comments

@jyn514
Copy link
Contributor

jyn514 commented Feb 8, 2021

Either it shows a bunch of blank space:

Screenshot_20210208-125907_Firefox

Or it's far too zoomed in:
Screenshot_20210208-130229_Firefox

@reiner-dolp
Copy link

reiner-dolp commented Feb 8, 2021

The root cause for this is that some CSS is not responsive. One of your screenshots is scaled to the HTML body width, the other to the widest child element (which has a white font color and thus make that space look empty). In detail:

  • the navigation cannot wrap into multiple lines because of display: table-row
  • the large font size makes the word "Foundation" in headings wider than the screen

@ashleygwilliams I would be happy to provide some dev hours if this website is not just a placeholder.

@ashleygwilliams
Copy link
Contributor

solved by #30

@ashleygwilliams
Copy link
Contributor

(to clarify, this solves the viewport issue, the site was not built to be fully mobile, it will develop over time i suspect! if you want to file a PR go for it!)

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

3 participants