Einige Styling änderungen

This commit is contained in:
2025-04-17 10:56:26 +02:00
parent f2c3496e71
commit 4f337778df
2 changed files with 2 additions and 17 deletions

View File

@@ -35,19 +35,4 @@ img{
flex-direction: column;
align-items: center;
justify-content: space-evenly;
}
.backgroundTile,
.overlayTile {
position: absolute;
top: 0;
left: 0;
}
.backgroundTile {
z-index: 0;
}
.overlayTile {
z-index: 1;
}
}