Difference between revisions of "User:JP/timeless.css"
| Line 11: | Line 11: | ||
#user-tools h2 span, .sidebar-chunk h2 span { | #user-tools h2 span, .sidebar-chunk h2 span { | ||
display: none; | 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; | ||
} | } | ||
} | } | ||
Revision as of 20:17, 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;
}
}
@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;
}
}