无编辑摘要 |
无编辑摘要 |
||
| (未显示同一用户的8个中间版本) | |||
| 第1行: | 第1行: | ||
.liberty-sidebar | /* | ||
.liberty-sidebar { | |||
display: none !important; | |||
display: none; | |||
} | } | ||
.content-wrapper .liberty-content { | .content-wrapper .liberty-content { | ||
margin-left: 2rem !important; | |||
margin-right: 2rem !important; | |||
} | } | ||
@media screen and (max-width: | @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;
}
}
*/