sendou.ink/app/components/Image.module.css

9 lines
80 B
CSS

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