mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-19 03:29:37 +02:00
7 lines
120 B
CSS
7 lines
120 B
CSS
|
.ColorsContainer {
|
||
|
display: grid;
|
||
|
grid-template-columns: repeat(3, 1fr);
|
||
|
grid-gap: 10px;
|
||
|
margin-bottom: 20px;
|
||
|
}
|