Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

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;
   }
   }
}
}

Revision as of 01: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;
  }
}