Skip to content

Overflowing content on smaller screens "Holy Grail" Layout #38

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

Closed
oliver41 opened this issue Aug 3, 2015 · 3 comments
Closed

Overflowing content on smaller screens "Holy Grail" Layout #38

oliver41 opened this issue Aug 3, 2015 · 3 comments
Assignees

Comments

@oliver41
Copy link

oliver41 commented Aug 3, 2015

I think the section needs a 'flex-basis: auto' in the mq for stretching the section when the screen is getting smaller to prevent the content from overflowing.

@media screen and (max-width:500px) {
.container {
flex-direction: column;
flex-basis: auto;
}
}

@SaraSoueidan
Copy link

The aim of this section was to show how the layout is achieved, without getting into making it fully usable/responsive.

Thank you for the note, though. @botelho could you please add that snippet to the Codrops editor/demo? It's not crucial like I said because it's not part of the objective of the section, but it could be nice to add.

Thanks a lot!

@botelho
Copy link
Member

botelho commented Aug 13, 2015

Fixed!

@botelho botelho closed this as completed Aug 13, 2015
@SaraSoueidan
Copy link

Thank you Pedro :)

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

No branches or pull requests

3 participants