Skip to content

Commit 13afb06

Browse files
authored
Merge pull request #535 from Stefterv/environment-mobile-layout
Fix for the issue mention in #450
2 parents 649e59d + 014e514 commit 13afb06

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/styles/pages/page.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
}
1313
.contentWrapper {
1414
flex-basis: var(--col5);
15+
16+
@media (--small) {
17+
flex-basis: auto;
18+
}
1519
}
1620
.content {
1721
& h2 {

0 commit comments

Comments
 (0)