forked from mirror/chinese-colors
feat: display better for larger screen
This commit is contained in:
parent
306e839a96
commit
f138d305de
@ -53,6 +53,16 @@ const GlobalStyle = createGlobalStyle`
|
|||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@media screen and (min-width: 1281){
|
||||||
|
html {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media screen and (min-width: 1379px){
|
||||||
|
html {
|
||||||
|
font-size: 28px;
|
||||||
|
}
|
||||||
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "TChinese";
|
font-family: "TChinese";
|
||||||
src: url("/font/chinese.font.eot");
|
src: url("/font/chinese.font.eot");
|
||||||
|
Loading…
Reference in New Issue
Block a user