Skip to content

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

Closed
@oliver41

Description

@oliver41

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;
}
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions