Difference between revisions of "User:JP/timeless.css"
Line 15: | Line 15: | ||
@media screen and (max-width: 850px) { | @media screen and (max-width: 850px) { | ||
.mw-wiki-logo { | .mw-wiki-logo { | ||
− | |||
− | |||
width: 11em; | width: 11em; | ||
height: 5em; | height: 5em; | ||
− | |||
− | |||
− | |||
− | |||
} | } | ||
} | } |
Revision as of 20:40, 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 {
width: 11em;
height: 5em;
}
}
@media screen and (max-width: 850px) {
#mw-content {
padding: 0em 2em 3em;
}
}