-
Notifications
You must be signed in to change notification settings - Fork 5
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
Homepage loading & footer CSS #34
Conversation
// } | ||
// } | ||
|
||
@media all and (min-height: 35rem) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can blame my linter for all the other file changes here...this uncommenting is the only real change in this file!
@emmastephenson looking good! just one q:
everything else looks good to me though! |
@sarahtress yep! The screen is relatively narrow there. I tried for a while to get it to be more flexible (the 2 lines is happening sooner than I'd anticipate as the screen narrows) but no dice yet 🙃 if it's an issue I can keep trying to tweak the CSS though. Right now it's happening as soon as you go narrower than 1600px in width. |
@emmastephenson ok no prob! wouldn't worry about it too much at this stage |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
PULL REQUEST
Summary
Two small tweaks:
localhost:3000/
) to render the upload tutorialRelated Issue
No related issue; just some fixes
Additional Information
Home page before
Home page after (diff window sizes)