Difference between revisions of "MediaWiki:Common.css"

From specialfunctionswiki
Jump to: navigation, search
Line 4: Line 4:
 
flex-wrap: wrap;
 
flex-wrap: wrap;
 
justify-content: space-around;
 
justify-content: space-around;
 +
padding: 10px;
 +
}
 +
 +
div.grid2 {
 +
display: flex;
 +
flex-wrap: wrap;
 +
text-align: center;
 
padding: 10px;
 
padding: 10px;
 
}
 
}

Revision as of 19:05, 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;
}

div.grid2 {
display: flex;
flex-wrap: wrap;
text-align: center;
padding: 10px;
}