[Layout] Mobile font modify

Increase h1 line-height.
This commit is contained in:
Snowmint 2021-01-19 21:32:17 +08:00
parent da4817f9a9
commit ae200357af

View File

@ -224,7 +224,7 @@ $buttonHoverBg: #226bb4;
} }
@media screen and (max-width: 414px) { @media screen and (max-width: 414px) {
line-height: 20px; line-height: 60px;
} }
} }
@ -470,7 +470,7 @@ $buttonHoverBg: #226bb4;
} }
@media screen and(max-width: 414px) { @media screen and(max-width: 414px) {
margin-top: -10%; margin-top: 0%;
margin-left: -10%; margin-left: -10%;
} }
} }