tighten home page spacing for mobile
This commit is contained in:
parent
8d5109bbf4
commit
8523aa8ba8
1 changed files with 11 additions and 3 deletions
|
@ -39,8 +39,12 @@
|
||||||
font-family: "wrong font";
|
font-family: "wrong font";
|
||||||
margin: auto;
|
margin: auto;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
font-size: 34px;
|
||||||
|
font-weight: bold;
|
||||||
|
|
||||||
|
@media screen and (min-width: 800px) {
|
||||||
font-size: 44px;
|
font-size: 44px;
|
||||||
font-weight: bold
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.h1-en-home {
|
.h1-en-home {
|
||||||
|
@ -48,8 +52,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.h1-zh-home {
|
.h1-zh-home {
|
||||||
|
font-size: 24px;
|
||||||
|
|
||||||
|
@media screen and (min-width: 800px) {
|
||||||
font-size: 34px;
|
font-size: 34px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
h2, .h2 {
|
h2, .h2 {
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
|
|
Loading…
Reference in a new issue