Prepare Adventskalender

This commit is contained in:
Dennis Reimann
2022-11-22 20:42:47 +01:00
parent d2b862d94c
commit 20f84e6b92
5 changed files with 53 additions and 22 deletions

View File

@@ -70,7 +70,7 @@ ul {
z-index: 1;
}
.cube li:nth-child(1) {
transform: rotateX(90deg) translateX(0) translateY(0) translateZ(calc(var(--size) / 2));
transform: rotateX(90deg) translateX(0) translateY(0) translateZ(calc(var(--size) / 2 - 3px));
}
.cube li:nth-child(2) {
transform: rotateY(-90deg) translateX(0) translateY(0) translateZ(calc(var(--size) / 2));