-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Fix site layout #129
base: main
Are you sure you want to change the base?
Fix site layout #129
Conversation
index.css
Outdated
|
||
@media (orientation: landscape) { | ||
|
||
body { flex-flow: row wrap } | ||
body > main { margin-left: 20vw; flex-basis: 55vw; max-width: 55vw; } | ||
body > aside { flex-basis: 25vw } | ||
body > aside { flex-basis: 24vw } /* This should be 25 WTF? */ |
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.
is everything border-box? that can add some surprise outer size to things
@brandondees https://snuggsi-quuajhsufx.now.sh#installation Can you try to delete main element and see if page snaps into layout? |
somehow i forgot to comment on this... i can't get that now.sh to load anymore but when i first tried it it did not address the issue |
Modern CSS layouts https://www.youtube.com/watch?v=3Zv_l8FHVs8 |
Fixes #91
@brandondees please test @ https://snuggsi-hclzusoiyy.now.sh should be launched within next few mins. Here's what i'm getting.