MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 36: Line 36:


/* Mobile fixes */
/* Mobile fixes */
@media screen and (max-width:600px) {
@media screen and (max-width:700px) {
     .mw-content-ltr figure {
     .mw-content-ltr figure[typeof="mw:File/Thumb"], .mw-content-ltr figure[typeof="mw:File/Frame"] {
         float:none;
         float:none;
        margin:auto;
     }
     }
}
}

Navigation menu