Dirtbags MotorClub Wiki
(Created page with "→‎CSS placed here will be applied to all skins: →‎This governs the sections on the Community portal: .cpbox { display: flex; flex-direction: row-reverse; fle...")
 
No edit summary
Line 20: Line 20:
 
margin: 5px;
 
margin: 5px;
 
flex-grow: 1;
 
flex-grow: 1;
  +
}
  +
  +
div#mw-head div.vectorMenu h3 {
  +
margin-down: 0.5em;
 
}
 
}

Revision as of 02:50, 27 March 2020

/* CSS placed here will be applied to all skins */
/* This governs the sections on the Community portal */
.cpbox {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.cpbox #admins {
    box-sizing: border-box;
    width: calc(33% - 10px);
    margin: 5px;
    flex-grow: 1;
    min-width: 300px;
}

.cpbox #help {
    box-sizing: border-box;
    width: calc(67% - 10px);
    margin: 5px;
    flex-grow: 1;
}

div#mw-head div.vectorMenu h3 {
    margin-down: 0.5em;
}