Difference between revisions of "MediaWiki:Common.css"
From specialfunctionswiki
Line 5: | Line 5: | ||
justify-content: space-around; | justify-content: space-around; | ||
padding: 10px; | padding: 10px; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } |
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; }