summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
Diffstat (limited to 'play.html')
-rw-r--r--play.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/play.html b/play.html
index d40bfd4..42d9e50 100644
--- a/play.html
+++ b/play.html
@@ -250,6 +250,15 @@ main {
/* CARD SLOTS */
+.slot {
+ display: flex;
+ flex-direction: column;
+}
+
+.flip .slot {
+ flex-direction: column-reverse;
+}
+
.slot_cubes {
height: 87px;
display: flex;