Remove setting font-size for h1 and h2

This commit is contained in:
Angelina Filippova 2021-03-09 01:55:53 +08:00
parent 3377ec883f
commit 0f295495ed
1 changed files with 0 additions and 8 deletions

View File

@ -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%;
}