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