مدیاویکی:Common.css: تفاوت میان نسخه‌ها

بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۳٬۰۸۵: خط ۳٬۰۸۵:
grid-column-end: span 7;
grid-column-end: span 7;
}
}
@media only screen and (max-width: 700px) {
@media only screen and (max-width: 850px) {
.mainpage-portals {
.mainpage-portals {
width: 25%;  
width: 25%;  
خط ۳٬۱۲۴: خط ۳٬۱۲۴:
flo at: right;
flo at: right;
wid th: calc(25% - 16px);
wid th: calc(25% - 16px);
    }
}
@media only screen and (max-width: 600px) {
    .portal-column-1-4,
    .portal-column-1-6,
    .portal-column-1-5 {
        float: inherit;
        width: 100%;
        margin-top: 10px;
        display: block !important;
        text-align: center;
     }
     }
}
}