MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
/* To make images responsive */ | /* To make images responsive */ | ||
.res-img img { | .res-img img { | ||
max-width:100%; | |||
height:auto; | |||
} | |||
.res-img a img { | |||
max-width:100%; | max-width:100%; | ||
height:auto; | height:auto; | ||