1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-19 03:29:37 +02:00
flame/client/src/components/Settings/Themer/ThemeBuilder/ThemeCreator.module.css
2022-03-24 16:07:14 +01:00

6 lines
120 B
CSS

.ColorsContainer {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 10px;
margin-bottom: 20px;
}