MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 203: Line 203:
.goog-te-banner-frame {
.goog-te-banner-frame {
     display: none !important;
     display: none !important;
}
/* ===== MOBILE — single column ===== */
@media screen and (max-width: 479px) {
    .hero-img,
    .hero-img img,
    .hero-img a img {
        max-height: 180px !important;
        height: 180px !important;
    }
}
}