Commit b9783989 authored by Chunchi Che's avatar Chunchi Che

fix mobile style

parent da2ef22e
[source.crates-io] [source.crates-io]
registry = "https://github.com/rust-lang/crates.io-index" registry = "https://github.com/rust-lang/crates.io-index"
replace-with = 'ustc' replace-with = 'tuna'
[source.ustc] [source.tuna]
registry = "git://mirrors.ustc.edu.cn/crates.io-index" registry = "https://mirrors.tuna.tsinghua.edu.cn/git/crates.io-index.git"
...@@ -14,7 +14,7 @@ html { ...@@ -14,7 +14,7 @@ html {
} }
} }
/* Mobile */ /* Mobile */
@media screen and (max-width: 1000px) { @media screen and (max-width: 1080px) {
html { html {
font-size: 10px; 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