מדיה ויקי:Common.css: הבדלים בין גרסאות בדף

אין תקציר עריכה
אין תקציר עריכה
אין תקציר עריכה
שורה 228: שורה 228:
         width: inherit;
         width: inherit;
     }
     }
}
.wikisource-main-left {
float: left;
width: 55%;
}
.wikisource-main-right {
float: left;
width: 45%;
}
/*
* Адаптація для мобільних пристроїв
*/
@media all and (max-width: 767px) {
.wikisource-main-left {
float: inherit;
width: inherit;
}
.wikisource-main-right {
float: inherit;
width: inherit;
}
}
}