MediaWiki:Common.css: Difference between revisions

removing infobox header formatting
Tags: Mobile edit Mobile web edit
max-width 100 img on mobile
Tags: Mobile edit Mobile web edit
Line 103: Line 103:
         margin: 0 0 1em 0;
         margin: 0 0 1em 0;
         box-sizing: border-box;
         box-sizing: border-box;
    }
    .infobox img {
        max-width: 100%;
     }
     }
}
}