Skip to content

Commit 19e24de

Browse files
committed
fixing overflow display issue on install for mobile
1 parent ce03fd9 commit 19e24de

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/css/custom.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1430,6 +1430,15 @@ input::-ms-input-placeholder { /* Microsoft Edge */
14301430
display: flex;
14311431
}
14321432

1433+
@media (max-width: 768px) {
1434+
.installContainer {
1435+
flex-wrap: wrap;
1436+
}
1437+
.install-card {
1438+
margin: 0;
1439+
}
1440+
}
1441+
14331442
.install-card {
14341443
margin: 0em 0.5em;
14351444
}

0 commit comments

Comments
 (0)