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