diff options
author | Vitaly Takmazov | 2018-12-07 09:33:23 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | eec635f81e645b80120dfc8cfb0d6e25a21c7d68 (patch) | |
tree | fc4253e396440bbade98df808d98e086416240e8 /vnext/src/style/main.css | |
parent | 05dd0420c9d5bb2944b434865a6e52275b0d274e (diff) |
disable babel-preset-env debug
Diffstat (limited to 'vnext/src/style/main.css')
-rw-r--r-- | vnext/src/style/main.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vnext/src/style/main.css b/vnext/src/style/main.css index 14c70465..9ee29f74 100644 --- a/vnext/src/style/main.css +++ b/vnext/src/style/main.css @@ -6,6 +6,9 @@ html, body, div, h1, h2, ul, li, p, form, input, textarea, pre { margin: 0; padding: 0; +} + +body { text-size-adjust: 100%; } |