sendou.ink/app/components/Image.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

9 lines
80 B
CSS

.tierContainer {
display: grid;
}
.tierImg {
grid-column: 1;
grid-row: 1;
}