מוסטער:MainPage/styles.css

פון המכלול
ווערסיע פון 22:23, 4 מערץ 2023 דורך צמא לדעת (שמועס | ביישטייערונגען) (זיי מבטל רי-ווערסיע 209297 פון צמא לדעת (רעדן): נישט פאר יעצט)
קפיצה לניווט קפיצה לחיפוש
/* [[קטגוריה:עמוד ראשי]] */
.desktopmainpagecolumn {
	float: right;
	width: 48%;
	padding: 1%;
}
@media screen and (min-width: 768px) {
.mobilemainpagecolumn {
		display: none;
 }
}

@media screen and (max-width: 768px) {
	.mobilemainpagecolumn {
		display: block;
		float: right;
        width: 100%;
	}
	.desktopmainpagecolumn {
		display: none;
	}
}