-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Responsive CSS for Hubs Landing Page #735
Conversation
Thanks for fixing this up -- I'm not sure about two of the changes. I really don't want to move the primary CTA below the fold on smaller laptop screens. Also, I haven't tested it but I'd imagine this increases the amount of scrolling needed in Oculus Browser + FxR. I think setting the breakpoint more aggressively to hide the header would resolve that issue. Also, the footer styling seems off now -- the mozilla logo I think needs more padding/margin as it was before and I think I prefer Rian's design with no footer bar. |
Test it out now. I think I've addressed all of those issues. |
|
This PR transitions the Hubs landing page from trying to scale to the full screen to a traditional scrolling web page. It shows the subheading, attribution, main nav, and footer on smaller screens by moving them all below the fold and making them flow vertically. I've also made the attribution for the environment in the video more legible and added shadows to the environment picker arrows.
Fixes #686