无编辑摘要 |
无编辑摘要 |
||
第7行: | 第7行: | ||
margin-right: 2rem !important; | margin-right: 2rem !important; | ||
} | } | ||
@media screen and (max-width: 400px){ | @media screen and (max-width: 400px){ | ||
.navbar-nav>.nav-item:first-child{ | .navbar-nav>.nav-item:first-child{ | ||
display: none !important; | 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; } } */