summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-12-11 21:25:14 +0100
committerTor Andersson <tor@ccxvii.net>2023-12-11 22:20:36 +0100
commit12508a861208256434c1a8f3991c6a15e9023cee (patch)
treeca6a257f97f61733ab4a6305b5dfd5e54c31678e
parent330ecf3fe3fb5f1477519971efa8fe5781ee70cf (diff)
downloadvotes-for-women-12508a861208256434c1a8f3991c6a15e9023cee.tar.gz
fix order of opposition buttons
-rw-r--r--play.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.css b/play.css
index 4d8a7ce..425885f 100644
--- a/play.css
+++ b/play.css
@@ -502,7 +502,7 @@ div.button_box .button { margin: 0 0 -10px 0; }
div.button_box.h .button { margin: 0 0 0 -10px; }
div.button_box.h {
- flex-direction: row;
+ flex-direction: row-reverse;
}
div.button_box .button {