Difference between revisions of "MediaWiki:Common.css"

From NY Science Standards Wiki
 
(16 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
@import "override.css";
 
@import "override.css";
 
#question-images .question-img-file img {
 
  max-width: 100%;
 
  width: auto;
 
  height: auto;
 
  display: block;
 
  margin-left: auto;
 
  margin-right: auto;
 
}
 
 
@media (min-width: 701px) {
 
  #question-images .question-img-file img {
 
    max-width: 650px;
 
  }
 
}
 

Latest revision as of 18:59, 29 April 2025

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

@import "override.css";