MediaWiki:Mobile.css: Difference between revisions

m
final tweak
m (tweak)
m (final tweak)
Line 406: Line 406:
@media screen and (max-width: 550px) {
@media screen and (max-width: 550px) {
   .subtype-image, .subtype-bonus-box {
   .subtype-image, .subtype-bonus-box {
       flex: 0 0 90%;
       flex: 0 0 100%;
       max-width: unset !important;
       max-width: unset !important;
       margin: auto;
       margin: 0;
   }
   }
   .subtype-bonus-box {
   .subtype-bonus-box {
       text-align: center;
       text-align: center;
      height: unset !important;
      padding: 1em 0 !important;
   }
   }
   .subtype-bonus-box div {
   .subtype-bonus-box div {