Skip to content

Commit c3db86d

Browse files
committed
make steps responsive
1 parent e3d39b6 commit c3db86d

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,15 @@ td[data-label="Free Limit"] strong {
108108

109109
#sidebar-content {
110110
padding-left: 2rem;
111+
}
112+
113+
@media (max-width: 640px) {
114+
.steps {
115+
flex-direction: column;
116+
gap: 2rem;
117+
}
118+
119+
.step {
120+
padding-right: 0;
121+
}
111122
}

0 commit comments

Comments
 (0)