summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-01-06 01:24:32 +0100
committerTor Andersson <tor@ccxvii.net>2024-01-08 16:36:48 +0100
commitebf3a0d7296a85fc1a51c1d48d97ff8e23598133 (patch)
tree48d823b839d585403a5aba2d34d1fac7926a3b0a /play.html
parent81dbcd7d664e81d82df2d17fd1fa2e6c6e8b84f9 (diff)
downloadtable-battles-ebf3a0d7296a85fc1a51c1d48d97ff8e23598133.tar.gz
flip top row using css flex direction
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;