6 changed files with 48 additions and 32 deletions
@ -1,11 +1,5 @@ |
|||
.card-wrapper { |
|||
display: grid; |
|||
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); |
|||
gap: 8px; |
|||
} |
|||
|
|||
.grid-card { |
|||
width: 100%; |
|||
height: 100%; |
|||
/* Additional styling as needed */ |
|||
gap: 24px; |
|||
} |
|||
|
|||
Loading…
Reference in new issue