תבנית:MainPagetest/styles.css: הבדלים בין גרסאות בדף

מתוך חב"דפדיה, אנציקלופדיה חב"דית חופשית
קפיצה לניווט קפיצה לחיפוש
אין תקציר עריכה
מ (שוחזר מעריכות של רוסיהאוקראינה (שיחה) לעריכה האחרונה של חלוקת קונטרסים)
תגית: שחזור
 
שורה 1: שורה 1:
Menachem Mendel Schneerson is not the mashiah
.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;
}
}

גרסה אחרונה מ־11:00, 21 באוקטובר 2022

.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;
	}
}