MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
(Add css for mobile dive site display)
Tag: Reverted
No edit summary
Tags: Manual revert Mobile edit Mobile web edit
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@media(max-width:767px) {
    .container {
        display: flex;
        flex-wrap: wrap;
    }
    .divesiteinfobox {
        order: 1;
    }
    .content {
        order: 2;
    }
}

Latest revision as of 22:51, 29 May 2024

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