Skip to content

Commit 9bd7645

Browse files
committed
chore: Add break point for o11y pack grid view
1 parent 8a05f6f commit 9bd7645

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/PackGrid.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ const PackGrid = ({ children, className }) => {
1313
grid-auto-rows: minmax(var(--guide-list-row-height, 150px), auto);
1414
align-items: stretch;
1515
width: 100%;
16-
16+
@media (max-width: 1450px) {
17+
grid-template-columns: repeat(3, minmax(260px, 1fr));
18+
}
1719
@media (max-width: 1180px) {
1820
grid-template-columns: 1fr;
1921
grid-gap: 3rem;

0 commit comments

Comments
 (0)