1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-31 00:19:36 +02:00
flame/client/src/components/Themer/Themer.module.css

12 lines
197 B
CSS
Raw Normal View History

2021-05-07 18:30:06 +02:00
.ThemerGrid {
width: 100%;
display: grid;
grid-template-columns: 1fr 1fr;
grid-auto-rows: 100px;
}
@media (min-width: 900px) {
.ThemerGrid {
grid-template-columns: 1fr 1fr 1fr;
}
}