You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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/
The text was updated successfully, but these errors were encountered: