MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
(Created page with "→‎CSS placed here will be applied to all skins: @media (max-width: 768px) { .infobox { width: 100% !important; float: none !important; clear: both !important; margin-left: 5px !important; margin-right: 5px !important; } }")
 
mNo edit summary
 
Line 5: Line 5:
     float: none !important;
     float: none !important;
     clear: both !important;
     clear: both !important;
     margin-left: 5px !important;
     margin-left: 0 !important;
     margin-right: 5px !important;
     margin-right: 5px !important;
   }
   }
}
}

Latest revision as of 02:50, 22 February 2025

/* CSS placed here will be applied to all skins */
@media (max-width: 768px) {
  .infobox {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0 !important;
    margin-right: 5px !important;
  }
}