mirror of
https://github.com/pawelmalak/flame.git
synced 2026-02-28 09:23:12 +08: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;
|
|
}
|