Difference between revisions of "MediaWiki:Common.css"

From NY Science Standards Wiki
Line 3: Line 3:
 
@import "override.css";
 
@import "override.css";
  
@media screen and (max-width: 700px) {
+
#question-images .question-img .mw-file-element {
    #question-images .cluster-img .mw-file-element {
+
  max-width: 650px;
        width: 100% !important;
+
  width: 100% !important;
        height: auto !important;
+
  height: auto !important;
    }
+
  display: block;
 +
  margin: 0 auto;
 
}
 
}

Revision as of 20:57, 16 April 2025

/* CSS placed here will be applied to all skins */

@import "override.css";

#question-images .question-img .mw-file-element {
  max-width: 650px;
  width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}