We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a05f6f commit 9bd7645Copy full SHA for 9bd7645
src/components/PackGrid.js
@@ -13,7 +13,9 @@ const PackGrid = ({ children, className }) => {
13
grid-auto-rows: minmax(var(--guide-list-row-height, 150px), auto);
14
align-items: stretch;
15
width: 100%;
16
-
+ @media (max-width: 1450px) {
17
+ grid-template-columns: repeat(3, minmax(260px, 1fr));
18
+ }
19
@media (max-width: 1180px) {
20
grid-template-columns: 1fr;
21
grid-gap: 3rem;
0 commit comments