MediaWiki:Common.css: Difference between revisions
From The-West Wiki
No edit summary |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
@media screen and (min-width: 851px) | |||
.mw-wiki-logo.timeless-logo img { | |||
width: 613px; | |||
height: auto; | |||
margin: 0.75em 0 0.5em; | |||
} | |||
@media screen and (min-width: 1340px) { #mw-related-navigation .sidebar-chunk { margin-top: 200px; } #mw-site-navigation { margin-top: 185px; } } | @media screen and (min-width: 1340px) { #mw-related-navigation .sidebar-chunk { margin-top: 200px; } #mw-site-navigation { margin-top: 185px; } } |
Revision as of 19:36, 27 October 2023
/* CSS placed here will be applied to all skins */
@media screen and (min-width: 851px)
.mw-wiki-logo.timeless-logo img {
width: 613px;
height: auto;
margin: 0.75em 0 0.5em;
}
@media screen and (min-width: 1340px) { #mw-related-navigation .sidebar-chunk { margin-top: 200px; } #mw-site-navigation { margin-top: 185px; } }