From 8e1be3165020c599c5022b3587e2b809258ab762 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Mon, 13 Sep 2021 08:11:40 +0100 Subject: [PATCH] [FIX] zoom on input select on mobile Increased font size to disable auto zoom when input field selected on mobile --- src/css/Progress.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/css/Progress.css b/src/css/Progress.css index af1ef98..4eb228d 100644 --- a/src/css/Progress.css +++ b/src/css/Progress.css @@ -9,6 +9,7 @@ max-width: 500px; flex-grow: 1; margin-right: 8px; + font-size: 24px; } .answer-input-container.answer-input-container--answer-entered > input { @@ -23,6 +24,10 @@ input.answer-input--incorrect { color: #ff5252; } +.current-prompt { + font-size: 24px; +} + .progress-end-incorrect-answers { display: table; table-layout: fixed;