summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
Diffstat (limited to 'play.html')
-rw-r--r--play.html13
1 files changed, 6 insertions, 7 deletions
diff --git a/play.html b/play.html
index beca89f..444b3ae 100644
--- a/play.html
+++ b/play.html
@@ -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 {