diff --git a/index.css b/index.css index 36ab3e2ea87..30e7c63d954 100644 --- a/index.css +++ b/index.css @@ -31,6 +31,11 @@ body { transform-origin: top !important; } +/* Need adjust input font-size */ +input { + font-size: 3.2rem; +} + #touchControls:not(.visible) { display: none; } @@ -244,7 +249,3 @@ input:-internal-autofill-selected { -ms-animation: blink normal 4s infinite ease-in-out; /* IE */ animation: blink normal 4s infinite ease-in-out; /* Opera and prob css3 final iteration */ } - -input { - font-size: 16px; -} \ No newline at end of file