Commit b9783989 authored by Chunchi Che's avatar Chunchi Che

fix mobile style

parent da2ef22e
[source.crates-io]
registry = "https://github.com/rust-lang/crates.io-index"
replace-with = 'ustc'
replace-with = 'tuna'
[source.ustc]
registry = "git://mirrors.ustc.edu.cn/crates.io-index"
[source.tuna]
registry = "https://mirrors.tuna.tsinghua.edu.cn/git/crates.io-index.git"
......@@ -14,7 +14,7 @@ html {
}
}
/* Mobile */
@media screen and (max-width: 1000px) {
@media screen and (max-width: 1080px) {
html {
font-size: 10px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment