Difference between revisions of "MediaWiki:Common.css"

From specialfunctionswiki
Jump to: navigation, search
Line 5: Line 5:
 
justify-content: space-around;
 
justify-content: space-around;
 
padding: 10px;
 
padding: 10px;
}
 
 
@media screen and (min-width: 1000px) {
 
div.grid {
 
padding: 20px;
 
}
 
 
}
 
}

Revision as of 06:57, 10 June 2016

/* CSS placed here will be applied to all skins */
div.grid {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
padding: 10px;
}