(清空页面) 标签:清空 |
无编辑摘要 |
||
| 第1行: | 第1行: | ||
.liberty-sidebar { | |||
display: none !important; | |||
} | |||
.content-wrapper .liberty-content { | |||
margin-left: 1rem !important; | |||
} | |||
@media screen and (max-width: 520px) | |||
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link { | |||
padding: 0.7rem 0 !important; | |||
} | |||
2020年2月20日 (四) 11:48的版本
.liberty-sidebar {
display: none !important;
}
.content-wrapper .liberty-content {
margin-left: 1rem !important;
}
@media screen and (max-width: 520px)
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link {
padding: 0.7rem 0 !important;
}