We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 649e59d commit 014e514Copy full SHA for 014e514
1 file changed
src/styles/pages/page.module.css
@@ -12,6 +12,10 @@
12
}
13
.contentWrapper {
14
flex-basis: var(--col5);
15
+
16
+ @media (--small) {
17
+ flex-basis: auto;
18
+ }
19
20
.content {
21
& h2 {
0 commit comments