This commit is contained in:
github-actions[bot]
2022-12-01 08:06:06 +00:00
parent 3c15b5ed7b
commit e64ab269b7
377 changed files with 1342 additions and 1160 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));