MediaWiki:Mobile.css: Difference between revisions

removing images from very small screen sizes for the portals
m (added portal css to mobile)
(removing images from very small screen sizes for the portals)
Line 361: Line 361:
   padding-left: 2em;
   padding-left: 2em;
}
}
@media screen and (max-width: 600px) {
.articleSummaryImage {
    display: none;
}
}
@media screen and (max-width: 1110px) {
@media screen and (max-width: 1110px) {
   .articleSummaryColumnsWrapper {
   .articleSummaryColumnsWrapper {