diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-12-11 21:25:14 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-12-11 22:20:36 +0100 |
commit | 12508a861208256434c1a8f3991c6a15e9023cee (patch) | |
tree | ca6a257f97f61733ab4a6305b5dfd5e54c31678e | |
parent | 330ecf3fe3fb5f1477519971efa8fe5781ee70cf (diff) | |
download | votes-for-women-12508a861208256434c1a8f3991c6a15e9023cee.tar.gz |
fix order of opposition buttons
-rw-r--r-- | play.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |