diff options
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -29,6 +29,10 @@ background-color: #883737; } +.card.enabled:hover { + transform: scale(1.1); +} + .small_card { width: 90px; height: 140px; |