mirror of
https://github.com/kou029w/quot.git
synced 2025-01-19 00:18:09 +00:00
6 lines
105 B
CSS
6 lines
105 B
CSS
|
.cards {
|
||
|
display: grid;
|
||
|
gap: 1rem;
|
||
|
grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
|
||
|
}
|