aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-06-15 11:14:18 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:55 +0300
commit86c8c845032711384b6300e7f35cff5f21c92e2c (patch)
treec5b3f8626096999371f0119b850297457bd13ec4 /vnext
parentfc4f1b07f906318a88dfcf2b1ee8e31d6387040e (diff)
Fix input font size
Diffstat (limited to 'vnext')
-rw-r--r--vnext/src/index.css6
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;