无编辑摘要 |
无编辑摘要 |
||
| 第1行: | 第1行: | ||
/* | |||
.liberty-sidebar { | .liberty-sidebar { | ||
display: none !important; | display: none !important; | ||
| 第4行: | 第5行: | ||
.content-wrapper .liberty-content { | .content-wrapper .liberty-content { | ||
margin-left: 2rem !important; | margin-left: 2rem !important; | ||
margin-right: 2rem !important; | margin-right: 2rem !important; | ||
} | } | ||
*/ | |||
@media screen and (max-width: 300px) | @media screen and (max-width: 300px) | ||
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link { | .Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link { | ||
2020年2月20日 (四) 12:07的版本
/*
.liberty-sidebar {
display: none !important;
}
.content-wrapper .liberty-content {
margin-left: 2rem !important;
margin-right: 2rem !important;
}
*/
@media screen and (max-width: 300px)
.Liberty .nav-wrapper .navbar .navbar-nav .nav-item .nav-link {
/* padding: 0.7rem 0 !important; */
}
.navbar-nav>.nav-item:first-child{
display: none !important;
}