diff options
Diffstat (limited to 'styles/client')
-rw-r--r-- | styles/client/card.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/styles/client/card.css b/styles/client/card.css index f8c6438..8b82fec 100644 --- a/styles/client/card.css +++ b/styles/client/card.css @@ -136,6 +136,8 @@ deck { top: calc(var(--y) * (100vh - 250px)); left: calc(var(--x) * (100vw - 166px)); + transform: scale(var(--size)) rotate(var(--rot)); + overflow: visible; border-radius: 10px; |