MediaWiki:Common.css: Difference between revisions

From The Coffin of Andy and Leyley

(Created page with ".contentsquare img { width: 100% !important; height: 100% !important; object-fit: cover; }")
 
No edit summary
Line 1: Line 1:
.contentsquare img {
.contentsquare a > img {
width: 100% !important;
min-width: 100% !important;
height: 100% !important;
min-height: 100% !important;
object-fit: cover;
object-fit: cover;
}
}

Revision as of 00:24, 3 January 2024

.contentsquare a > img {
	min-width: 100% !important;
	min-height: 100% !important;
	object-fit: cover;
}