Wiki/MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "// Make it possible for the front image to be responsive. .width90 { width: 90%; }" |
No edit summary |
||
| Line 1: | Line 1: | ||
/ | /* Make it possible for the front image to be responsive. */ | ||
.width90 { | |||
.width90 { width: 90%; } | |||
} | |||
Latest revision as of 15:21, 23 January 2019
/* Make it possible for the front image to be responsive. */
.width90 { width: 90%; }