MediaWiki:Common.css: Difference between revisions
Appearance
mNo edit summary Tag: Manual revert |
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 */ | ||
/* Mobile fix for Create Center */ | |||
@media (max-width: 700px) { | |||
.create-center-wrapper { | |||
flex-direction: column !important; | |||
align-items: center; | |||
} | |||
} | |||
Revision as of 18:10, 27 April 2025
/* 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;
}
}