From 1cbe8f76c7fb02ca87dc00c140a54ba8e7799618 Mon Sep 17 00:00:00 2001 From: cuqmbr <52876496+cuqmbr@users.noreply.github.com> Date: Sun, 5 Dec 2021 13:22:17 +0200 Subject: [PATCH] step-by-step mobile fix --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index d2b992a..be341f6 100644 --- a/style.css +++ b/style.css @@ -382,4 +382,8 @@ input[type=result] { .button { margin: 10px auto; } + .step-by-step { + width: auto; + text-align: center; + } } \ No newline at end of file