diff options
| author | Carson Fleming <cflems@cflems.net> | 2024-05-20 22:39:20 -0400 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2024-05-20 22:39:20 -0400 |
| commit | 6fefa86f7e4d5be811bdf357b09ecb8e41bfb390 (patch) | |
| tree | 8e2fed700575c0349548bf2227815b70a6365173 /static/css/mobile.css | |
| parent | 20a29a701f20e3f0ba094194a2870ed90cae6624 (diff) | |
| download | fle.ms-6fefa86f7e4d5be811bdf357b09ecb8e41bfb390.tar.gz | |
Only shrink the font for text inputs
Diffstat (limited to 'static/css/mobile.css')
| -rw-r--r-- | static/css/mobile.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/css/mobile.css b/static/css/mobile.css index 650e212..6bc714f 100644 --- a/static/css/mobile.css +++ b/static/css/mobile.css @@ -25,6 +25,9 @@ flex-grow: 1; } .form-element input, .form-element button { + font-size: 18pt; + } + .form-element input[type=text] { font-size: 16pt; } #content #rhs { |
