Template:Column/styles.css

Safer nicotine wiki Tobacco Harm Reduction
Revision as of 19:27, 4 December 2022 by Richardpruen (talk | contribs) (1 revision imported: Templates and CSS files)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* {{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%;
	}
}