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

Mobile Friendly #2

Open
soggybag opened this issue Sep 21, 2019 · 0 comments
Open

Mobile Friendly #2

soggybag opened this issue Sep 21, 2019 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@soggybag
Copy link
Owner

soggybag commented Sep 21, 2019

Needs mobile styles. Would be good if this worked well on phones.

There is a lot of UI redesign possibly needed to fully make this mobile friendly. Feel free to contribute small enhancements.

Follow the guide here: https://developers.google.com/web/fundamentals/codelabs/your-first-multi-screen-site/

  1. Add mobile meta tags. This should display 1:1 on mobile and not scale. See: https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_meta_tag
  2. Layout should take up the full column width on mobile. This would mean that the three sections would need to be stacked. An alternative would be to make the three sections side by side 100% width and make the window scroll side to side. I have some ideas for this contact me.
  3. The header should be minimized on mobile. Use a media query to detect devices with a screen width 360px or less. Apply mobile styles here. Alternatively style the header for mobile then add a media query for screens larger than 360px.
@soggybag soggybag added help wanted Extra attention is needed good first issue Good for newcomers labels Sep 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant