debug router
This commit is contained in:
parent
c0d9276634
commit
b82d70bbcd
@ -4,7 +4,7 @@
|
|||||||
padding-top: 40px;
|
padding-top: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 767px) {
|
||||||
.posts-expand {
|
.posts-expand {
|
||||||
margin: 0 20px;
|
margin: 0 20px;
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
// 修改成你期望的宽度
|
||||||
|
$content-desktop = 700px
|
||||||
|
|
||||||
|
// 当视窗超过 1600px 后的宽度
|
||||||
|
$content-desktop-large = 900px
|
Loading…
Reference in New Issue
Block a user