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 4: Line 4:
   margin-top: 180px;
   margin-top: 180px;
}
}
@media (max-width:960px) { 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 (max-width:960px) { div#page-tools { margin-top: 180px; } }