MediaWiki:Common.css: Difference between revisions

From crawfishcomic Wiki
Created page with "→‎CSS placed here will be applied to all skins: .comic { background-color: #f8f9fa; } .comic .image-container img { max-height: 200px; }"
 
No edit summary
Line 7: Line 7:


.comic .image-container img {
.comic .image-container img {
max-height: 200px;
margin: 0 auto;
max-width: 50vw;
}
}

Revision as of 22:41, 5 August 2024

/* CSS placed here will be applied to all skins */

.comic {
	background-color: #f8f9fa;
	
}

.comic .image-container img {
	margin: 0 auto;
	max-width: 50vw;
}