Skip to content

Commit a5d40f4

Browse files
committed
add breakpoint on parent div
1 parent 641f828 commit a5d40f4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/styles/grid.scss

+4-3
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,18 @@
3434
}
3535

3636
.ui {
37-
display: flex;
3837
display: block;
38+
@include md {
39+
display: flex;
40+
flex-wrap: wrap;
41+
}
3942
&__visual {
4043
@include md {
4144
flex: 1;
4245
}
4346
}
4447
&__code {
4548
@include md {
46-
display: flex;
47-
flex-wrap: wrap;
4849
flex: 2;
4950
margin-left: .5rem;
5051
}

0 commit comments

Comments
 (0)