Difference between revisions of "Template:Column/styles.css"

From DAS Wiki
en>Izno
(mobile first)
 
m (1 revision imported)
 
(No difference)

Latest revision as of 20:13, June 20, 2021

/* {{pp-template}} */
@media (min-width: 720px) {
	.columns-start {
		width: 100%;
	}

	.columns-start div.column {
		/* @noflip */
		float: left;
	}
	
	.columns-2 div.column {
		width: 50%;
		min-width: 30em;
	}
	
	.columns-3 div.column {
		width: 33.3%;
		min-width: 20em;
	}
	
	.columns-4 div.column {
		width: 25%;
		min-width: 20em;
	}
	
	.columns-5 div.column {
		width: 20%;
		min-width: 20em;
	}
}