Wiki/MediaWiki:Common.css: Difference between revisions

From Berkman Klein Google Summer of Code Wiki
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.
/* Make it possible for the front image to be responsive. */
.width90 {
 
    width: 90%;
.width90 { width: 90%; }
}

Latest revision as of 11:21, 23 January 2019

/* Make it possible for the front image to be responsive. */

.width90 { width: 90%; }