]> git.cworth.org Git - lmno.games/blobdiff - empathy/empathy.css
Allow word groups and votes to wrap during the judging process.
[lmno.games] / empathy / empathy.css
index 7e9bf3015a22e8778da33ea56991c37127172e98..704b54a5ac1759a1be929c4123a3c59cd8f343d4 100644 (file)
@@ -11,6 +11,7 @@
 
 .vote-choices {
     display: flex;
+    flex-wrap: wrap;
 }
 
 .vote-choice {
@@ -33,6 +34,7 @@
 .ambiguity-group {
     width: 100%;
     display: flex;
+    flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     background-color: var(--accent-color);
@@ -42,7 +44,6 @@
 }
 
 .ambiguity-button {
-    width: 100%;
     border-radius: 10px;
     margin: 0;
 }