(清空页面) 标签:清空 |
无编辑摘要 |
||
| (未显示同一用户的7个中间版本) | |||
| 第1行: | 第1行: | ||
/* | |||
.liberty-sidebar { | |||
display: none !important; | |||
} | |||
.content-wrapper .liberty-content { | |||
margin-left: 2rem !important; | |||
margin-right: 2rem !important; | |||
} | |||
@media screen and (max-width: 400px){ | |||
.navbar-nav>.nav-item:first-child{ | |||
display: none !important; | |||
} | |||
} | |||
*/ | |||
2020年3月5日 (四) 21:41的最新版本
/*
.liberty-sidebar {
display: none !important;
}
.content-wrapper .liberty-content {
margin-left: 2rem !important;
margin-right: 2rem !important;
}
@media screen and (max-width: 400px){
.navbar-nav>.nav-item:first-child{
display: none !important;
}
}
*/