MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
(Move infobox css to common)
Tag: Reverted
(Remove mobile stuff)
Tag: Reverted
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;
    }
}


.divesiteinfobox {
.divesiteinfobox {

Revision as of 22:41, 29 May 2024

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

.divesiteinfobox {
  float: right;
  margin-left: 15px;
}