Skip to content

Commit 4a6e143

Browse files
committed
FIX: make feature items stack on small screen
1 parent 1334255 commit 4a6e143

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/assets/stylesheets/common/admin/dashboard.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,11 @@
667667
&.three-or-more-items {
668668
grid-template-columns: repeat(3, 1fr);
669669
grid-auto-rows: minmax(160px, auto);
670+
671+
@media screen and (max-width: 750px) {
672+
grid-template-columns: repeat(1, 1fr);
673+
grid-auto-rows: minmax(120px, auto);
674+
}
670675
}
671676
}
672677

0 commit comments

Comments
 (0)