الگو:Column/styles.css

از دانشنامه ملل
< الگو:Column
نسخهٔ تاریخ ‏۲۱ مهٔ ۲۰۲۲، ساعت ۰۲:۴۴ توسط en.wikipedia.org>Izno (remove overspecification, remove 100% default width)
(تفاوت) → نسخهٔ قدیمی‌تر | نمایش نسخهٔ فعلی (تفاوت) | نسخهٔ جدیدتر ← (تفاوت)
/* {{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%;
	}
}