From 12508a861208256434c1a8f3991c6a15e9023cee Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 11 Dec 2023 21:25:14 +0100 Subject: fix order of opposition buttons --- play.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3