Commit 83947a46 authored by Chunchi Che's avatar Chunchi Che

Merge branch 'fix/mobile' into 'main'

fix mobile style

See merge request !331
parents da2ef22e b9783989
[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