From 0f295495ed75eac2ec93ddae6a5be05f1f07268e Mon Sep 17 00:00:00 2001 From: Angelina Filippova Date: Tue, 9 Mar 2021 01:55:53 +0800 Subject: [PATCH] Remove setting font-size for h1 and h2 --- src/styles/index.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index 5a906d5b..82e4b94a 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -22,16 +22,8 @@ label { html { height: 100%; box-sizing: border-box; - font-size: 62.5%; } -h1 { - font-size: 3.2em; -} - -h2 { - font-size: 2.4em; -} #app { height: 100%; }