Permanently protected template

Template:Column/styles.css: Difference between revisions

From Vigyanwiki
< Template:Column
(Created page with "→‎{{pp-template}}: @media (min-width: 720px) { .columns-start .column { →‎@noflip: float: left; min-width: 20em; } .columns-2 .column { width: 50%; } .c...")
m (1 revision imported from alpha:Template:Column/styles.css)
 
(2 intermediate revisions by 2 users not shown)
(No difference)

Latest revision as of 07:08, 19 August 2023

/* {{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%;
	}
}