Jump to content

MediaWiki:Common.css: Difference between revisions

From Drifters Almanac
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Mobile fix for Create Center */
@media (max-width: 700px) {
  .create-center-wrapper {
    flex-direction: column !important;
    align-items: center;
  }
}

Revision as of 18:12, 27 April 2025

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