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

Fix site layout #129

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Fix site layout #129

wants to merge 7 commits into from

Conversation

snuggs
Copy link
Member

@snuggs snuggs commented Aug 4, 2017

Fixes #91

@brandondees please test @ https://snuggsi-hclzusoiyy.now.sh should be launched within next few mins. Here's what i'm getting.

capture d ecran 2017-08-03 a 20 08 20

@snuggs snuggs requested a review from brandondees August 4, 2017 00:11
@snuggs snuggs self-assigned this Aug 4, 2017
@brandondees
Copy link
Collaborator

image

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? */
Copy link
Collaborator

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

@snuggs
Copy link
Member Author

snuggs commented Aug 4, 2017

@brandondees https://snuggsi-quuajhsufx.now.sh#installation

Can you try to delete main element and see if page snaps into layout?

@brandondees
Copy link
Collaborator

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

@snuggs
Copy link
Member Author

snuggs commented Dec 23, 2018

Modern CSS layouts https://www.youtube.com/watch?v=3Zv_l8FHVs8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants