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

Line 2: Line 2:
 
#mw-header-container {
 
#mw-header-container {
 
     padding: 0em 0em 0em;
 
     padding: 0em 0em 0em;
 +
}
 +
@media screen and (max-width: 850px) {
 +
#user-tools h2, .sidebar-chunk h2 {
 +
    height: 107px;
 +
}
 
}
 
}

Revision as of 20:08, 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: 107px;
}
}