Skip to content

Commit 5a62780

Browse files
committed
FancyStep has some responsiveness
1 parent 538cded commit 5a62780

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/css/FancyStep.css

+10
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@
2929
position: relative;
3030
}
3131

32+
@media (max-width: 576px) {
33+
.fancystep-leftcol::after {
34+
display: none;
35+
}
36+
.fancystep-root {
37+
flex-direction: column;
38+
gap: 10px;
39+
}
40+
}
41+
3242
.fancystep-leftcol::after {
3343
content: '';
3444
background-color: var(--ifm-color-primary-light);

0 commit comments

Comments
 (0)