MediaWiki:Common.css: Difference between revisions
From The-West Wiki
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 3: | Line 3: | ||
@media screen and (min-width: 851px) | @media screen and (min-width: 851px) | ||
.mw-wiki-logo.timeless-logo img { | .mw-wiki-logo.timeless-logo img { | ||
width: 613px; | width: 613px!important; | ||
height: auto; | height: auto; | ||
margin: 0.75em 0 0.5em; | margin: 0.75em 0 0.5em; |
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!important;
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; } }