提交 bce0bed4 编写于 作者: R recena

Layout adapted to small devices

上级 21d62213
......@@ -85,6 +85,19 @@ body {
margin-left: 320px;
}
@media (max-width: 750px) {
#side-panel {
width: 100%;
float: none;
padding-bottom: 20px;
}
#main-panel {
margin-left: 0;
width: 100%;
}
}
@media (min-width: 1170px) {
#side-panel {
width: 360px;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册