אונטערשייד צווישן ווערסיעס פון "מוסטער:MainPage/styles.css"
קפיצה לניווט
קפיצה לחיפוש
(אפדעיט) |
ק (אידיש, קאטעגאריע) |
||
שורה 1: | שורה 1: | ||
/* [[קאטעגאריע: | /* [[קאטעגאריע:הויפט בלאט]] */ | ||
.newfont { | .newfont { |
רעוויזיע פון 02:43, 5 מערץ 2023
/* [[קאטעגאריע:הויפט בלאט]] */
.newfont {
font-family: -apple-system,'BlinkMacSystemFont','Segoe UI','Roboto','Lato','Helvetica','Arial',sans-serif;
}
.desktopmainpagecolumn {
float: right;
width: 48%;
padding: 1%;
}
@media screen and (min-width: 880px) {
.mobilemainpagecolumn {
display: none;
}
}
@media screen and (max-width: 880px) {
.mobilemainpagecolumn {
display: block;
float: right;
width: 100%;
}
.desktopmainpagecolumn {
display: none;
}
}