feat: change grid logic
This commit is contained in:
@@ -37,10 +37,6 @@
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1367px) {
|
||||
.oneColumnGrid {
|
||||
grid-template-columns: repeat(1, 1fr);
|
||||
}
|
||||
|
||||
.twoColumnGrid,
|
||||
.twoPlusOne {
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
|
||||
@@ -8,7 +8,6 @@ export const cardGridVariants = cva(styles.gridContainer, {
|
||||
true: styles.carousel,
|
||||
},
|
||||
variant: {
|
||||
oneColumnGrid: styles.oneColumnGrid,
|
||||
twoColumnGrid: styles.twoColumnGrid,
|
||||
threeColumnGrid: styles.threeColumnGrid,
|
||||
fourColumnGrid: styles.fourColumnGrid,
|
||||
|
||||
Reference in New Issue
Block a user