From 07c63b70f7c56803688e04426cc829a000930001 Mon Sep 17 00:00:00 2001 From: Aleksa Pavlovic Date: Wed, 6 Dec 2023 03:23:08 +0100 Subject: [PATCH] fix mobile controls --- web/style.css | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/web/style.css b/web/style.css index 5e6d72e..3c8f69d 100644 --- a/web/style.css +++ b/web/style.css @@ -80,6 +80,12 @@ input[type=checkbox] { display: none; } +#button-start, +#button-loading { + width: 24rem; + margin: 0 auto; +} + a { color: white; display: block; @@ -106,8 +112,7 @@ a { padding-left: 15px; padding-right: 15px; text-transform: uppercase; - width: 9em; - margin: 0 auto; + width: auto; } .btn:focus { @@ -130,8 +135,7 @@ a { padding-left: 15px; padding-right: 15px; text-transform: uppercase; - width: 9em; - margin: 0 auto; + width: auto; } .btn:hover { @@ -154,8 +158,7 @@ a { padding-left: 15px; padding-right: 15px; text-transform: uppercase; - width: 9em; - margin: 0 auto; + width: auto; } .btn.grey {