sendou.ink/app/features/builds/routes/builds.$slug.module.css
Kalle fef1ffc955
Design refresh + a bunch of stuff (#2864)
Co-authored-by: hfcRed <hfcred@gmx.net>
2026-03-19 17:51:42 +02:00

25 lines
400 B
CSS

.buildsContainer {
display: grid;
justify-content: center;
gap: var(--s-4) var(--s-3);
grid-template-columns: repeat(auto-fit, 240px);
}
.buildsButtons {
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.buildsButtonsLink {
display: flex;
flex-direction: column;
gap: var(--s-2);
}
@container (width >= 480px) {
.buildsButtonsLink {
flex-direction: row;
}
}