User:忆九歌/liberty.css:修订间差异

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