[FIX] zoom on input select on mobile

Increased font size to disable auto zoom when input field selected on mobile
This commit is contained in:
2021-09-13 08:11:40 +01:00
parent d15be15a81
commit 8e1be31650

View File

@@ -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;