Jump to: content

MediaWiki:Common.css: Difference between revisions

From The-West Wiki
Jump to:navigation Jump to:search
No edit summary
No edit summary
Line 5: Line 5:
}
}


@media (max-width:1340px) { div#page-tools { margin-top: 180px; } }
@media (min-width:1340px) { div#page-tools { margin-top: 180px; } }

Revision as of 19:20, 27 October 2023

/* CSS placed here will be applied to all skins */

div#mw-content {
   margin-top: 180px;
}

@media (min-width:1340px) { div#page-tools { margin-top: 180px; } }