Jump to content

Template:Column/styles.css

Permanently protected template
From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by Izno (talk | contribs) at 02:44, 21 May 2022 (remove overspecification, remove 100% default width). The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
/* {{pp-template}} */
@media (min-width: 720px) {
	.columns-start .column {
		/* @noflip */
		float: left;
		min-width: 20em;
	}
	
	.columns-2 .column {
		width: 50%;
	}
	
	.columns-3 .column {
		width: 33.3%;
	}
	
	.columns-4 .column {
		width: 25%;
	}
	
	.columns-5 .column {
		width: 20%;
	}
}