diff options
author | Vitaly Takmazov | 2019-06-15 11:14:18 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | 86c8c845032711384b6300e7f35cff5f21c92e2c (patch) | |
tree | c5b3f8626096999371f0119b850297457bd13ec4 /vnext/src/index.css | |
parent | fc4f1b07f906318a88dfcf2b1ee8e31d6387040e (diff) |
Fix input font size
Diffstat (limited to 'vnext/src/index.css')
-rw-r--r-- | vnext/src/index.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vnext/src/index.css b/vnext/src/index.css index 630c2078..7b1ae4ee 100644 --- a/vnext/src/index.css +++ b/vnext/src/index.css @@ -50,6 +50,12 @@ button { -webkit-font-smoothing: subpixel-antialiased; } +input, +textarea, +button { + font-size: 1em; +} + h1, h2 { font-weight: normal; |