MediaWiki:Common.css: Difference between revisions

From 20R1
No edit summary
No edit summary
Line 4: Line 4:
     height: auto !important;
     height: auto !important;
     max-width: 100%;
     max-width: 100%;
}
.overview-row style {
padding: 40px 50px 50px 50px;
width: 100%;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 1.2em; color: #333333;
line-height: 1.5;
text-align: left;"
}
}

Revision as of 05:12, 2 April 2026

/* Responsive image container */
.full-width-image img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}
.overview-row style {
	padding: 40px 50px 50px 50px;
	width: 100%;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.2em; color: #333333;
	line-height: 1.5;
	text-align: left;" 
}