Difference between revisions of "User:JP/timeless.css"

Line 5: Line 5:
 
@media screen and (max-width: 850px) {
 
@media screen and (max-width: 850px) {
 
#user-tools h2, .sidebar-chunk h2 {
 
#user-tools h2, .sidebar-chunk h2 {
     height: 107px;
+
     height: 125px;
 
}
 
}
 
}
 
}

Revision as of 20:20, 9 October 2020

@media screen and (max-width: 850px) {
#mw-header-container {
    padding: 0em 0em 0em;
}
@media screen and (max-width: 850px) {
#user-tools h2, .sidebar-chunk h2 {
    height: 125px;
}
}
@media screen and (max-width: 850px) {
#user-tools h2 span, .sidebar-chunk h2 span {
    display: none;
}
}
@media screen and (max-width: 850px) {
.mw-wiki-logo {
    display: block;
    content: '';
    width: 11em;
    height: 5em;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: auto;
    margin-top: 0em;
}
}