pong bats working with css tailwind updates

This commit is contained in:
NigeParis 2025-12-14 11:05:42 +01:00 committed by Maix0
parent 1da4ae9c4c
commit 7571927097
5 changed files with 141 additions and 84 deletions

View file

@ -115,12 +115,12 @@
@apply absolute w-[12px] h-[80px] bg-white;
}
.pong-bat.left {
@apply left-4 top-1/2 -translate-y-1/2;
.pong-batleft {
@apply absolute left-4 w-[12px] h-[80px] top-[0px];
}
.pong-bat.right {
@apply right-4 top-1/2 -translate-y-1/2;
.pong-batright {
@apply absolute right-4 w-[12px] h-[80px] top-[0px];
}