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