]> zoso.dev Git - nemo-wallet.git/commitdiff
Additional font size fix.
authorChris Duncan <chris@zoso.dev>
Fri, 25 Oct 2024 02:20:45 +0000 (19:20 -0700)
committerChris Duncan <chris@zoso.dev>
Fri, 25 Oct 2024 02:20:45 +0000 (19:20 -0700)
app/pages/nemo-wallet.html

index 6b8fb8c8eab42db981f2f4c4514ad364de042451..98c113ceea33b55275c01777236ce265a8d37855 100644 (file)
                h1 {
                        text-align: center;
                }
+               input,
                input[type='number'],
                input[type='password'],
                input[type='text'],
+               select,
                select:focus {
                        font-size: 16px;  /* required to prevent zoom on input focus on mobile */
                }