mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-26 09:20:24 -05:00
7 lines
141 B
CSS
7 lines
141 B
CSS
.buildsContainer {
|
|
display: grid;
|
|
justify-content: center;
|
|
gap: var(--s-4) var(--s-3);
|
|
grid-template-columns: repeat(auto-fit, 240px);
|
|
}
|