styles.css: Porovnání verzí

Z Wiki JU
m (naimportována 1 revize)
Bez shrnutí editace
Řádek 8: Řádek 8:
.columns-2 .column {
.columns-2 .column {
width: 50%;
width: 48%;
}
}
.columns-3 .column {
.columns-3 .column {
width: 33.3%;
width: 33.3%;
}
}

Verze z 30. 10. 2023, 20:58

/* {{pp-template}} */
@media (min-width: 720px) {
	.columns-start .column {
		/* @noflip */
		float: left;
		min-width: 20em;
	}
	
	.columns-2 .column {
		width: 48%;
	}
	
	.columns-3 .column {
		width: 33.3%;  
	}
	
	.columns-4 .column {
		width: 25%;
	}
	
	.columns-5 .column {
		width: 20%;
	}
}