Another Grid - More Items to the Store

This commit is contained in:
Belen Curcio
2020-10-05 11:44:14 -03:00
parent 38ad085bd7
commit 3d6c0898d9
4 changed files with 51 additions and 88 deletions

View File

@@ -13,6 +13,15 @@
}
}
.layoutNormal {
@apply gap-6;
& > * {
min-height: 325px;
@apply bg-white;
}
}
.layoutA {
& > div:nth-child(6n + 1),
& > div:nth-child(6n + 5) {