Skip to content

Commit 014e514

Browse files
committed
Tiny fix for the issue mention in #450
1 parent 649e59d commit 014e514

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)