styles.css: Porovnání verzí

Z Wiki JU
columns3>Izno
(remove overspecification, remove 100% default width)
 
m (naimportována 1 revize)
(Žádný rozdíl)

Verze z 30. 10. 2023, 20:50

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