From 86c8c845032711384b6300e7f35cff5f21c92e2c Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 15 Jun 2019 11:14:18 +0300 Subject: Fix input font size --- vnext/src/index.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'vnext') 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; -- cgit v1.2.3