Difference between revisions of "MediaWiki:Common.css"

From specialfunctionswiki
Jump to: navigation, search
Line 9: Line 9:
 
div.grid {
 
div.grid {
 
width: calc(20% - 6.4px);
 
width: calc(20% - 6.4px);
 +
padding: 20px;
 
}
 
}
 
}
 
}

Revision as of 06:54, 10 June 2016

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

@media screen and (min-width: 1000px) {
	div.grid {
	width: calc(20% - 6.4px);
	padding: 20px;
	}
}