Skip to content

Commit 906c36d

Browse files
committed
chore: mobile responsiveness
1 parent 1c3640f commit 906c36d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/components/SideBySide.module.scss

+9
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,13 @@
2020
margin-right: 1rem;
2121
}
2222
}
23+
24+
@media (max-width: 760px) {
25+
display: block;
26+
27+
&.left > div:nth-child(2),
28+
&.right > div:nth-child(2) {
29+
margin: 0;
30+
}
31+
}
2332
}

0 commit comments

Comments
 (0)