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

Line 8: Line 8:
 
}
 
}
 
}
 
}
<span class='Navigation' displayText=''></span>
+
@media screen and (max-width: 850px) {
 +
#user-tools h2 span, .sidebar-chunk h2 span {
 +
    display: none;
 +
}
 +
}

Revision as of 20:14, 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;
}
}
@media screen and (max-width: 850px) {
#user-tools h2 span, .sidebar-chunk h2 span {
    display: none;
}
}