fix(header): fix mobile header height

This commit is contained in:
Dillon
2020-02-15 01:42:31 +08:00
parent f813ede1c5
commit 730ce7a1ca
5 changed files with 19 additions and 19 deletions

View File

@@ -1,5 +1,6 @@
html {
font-family: $global-font-family;
font-size: 16px;
}
/* scrollbar, only support webkit */
@@ -25,7 +26,6 @@ html {
}
body {
font-size: 16px;
font-weight: 400;
line-height: 1.5rem;
background-color: $global-background-color;