pong bats working with css tailwind updates
This commit is contained in:
parent
1da4ae9c4c
commit
7571927097
5 changed files with 141 additions and 84 deletions
|
|
@ -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];
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue