Difference between revisions of "MediaWiki:Common.css"
From NY Science Standards Wiki
Line 2: | Line 2: | ||
@import "override.css"; | @import "override.css"; | ||
+ | |||
+ | @media screen and (max-width: 700px) { | ||
+ | #question-images .cluster-img .mw-file-element { | ||
+ | width: 100% !important; | ||
+ | height: auto !important; | ||
+ | } | ||
+ | } |
Revision as of 20:52, 16 April 2025
/* CSS placed here will be applied to all skins */ @import "override.css"; @media screen and (max-width: 700px) { #question-images .cluster-img .mw-file-element { width: 100% !important; height: auto !important; } }