MediaWiki:Common.css: Difference between revisions
From LHDB
(Created page with "→‎CSS placed here will be applied to all skins: .res-img img { max-width:100%; height:auto; }") |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.res-img img { | .res-img img { | ||
max-width: | max-width:100vw; | ||
height:auto; | height:auto; | ||
} | } |