diff options
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -172,10 +172,6 @@ main { flex-direction: row-reverse; } -.flip .card, .flip .card > div { - transform: rotate(180deg); -} - .card { box-shadow: 1px 2px 8px #0008; } @@ -184,9 +180,12 @@ main { box-shadow: -1px -2px 8px #0008; } -.flip .card .strength { - left: 6px; - right: unset; +.flip .card, .flip .card > div { + transform: rotate(180deg); +} + +.flip .card > div.link { + transform: none; } .table_separator { |