אונטערשייד צווישן ווערסיעס פון "מוסטער:MainPage/styles.css"

פון המכלול
קפיצה לניווט קפיצה לחיפוש
(בעסער דא?)
צייכן: צוריקגעשטעלט
(פראבע)
צייכן: צוריקגעשטעלט
שורה 23: שורה 23:


#catlinks {
#catlinks {
  display: none;
  display: none !important;
}
}

רעוויזיע פון 10:20, 15 יאנואר 2023

/* [[קטגוריה:עמוד ראשי]] */
.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;
	}
}

#catlinks {
 display: none !important;
}