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