fix: pixelation

This commit is contained in:
cha0s 2024-11-07 20:47:32 -06:00
parent eca9bc631e
commit de6465df5b

View File

@ -1,6 +1,7 @@
.tiles {
display: flex;
height: 100%;
image-rendering: pixelated;
flex-direction: column;
}