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;
 
}
 
}
  

Revision as of 06:55, 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;
}

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