MediaWiki:Timeless.css: Difference between revisions

From McGough's Recipes
mNo edit summary
mNo edit summary
Line 7: Line 7:
margin-left: auto;
margin-left: auto;
margin-right: auto;
margin-right: auto;
width: 50%;}
width: 50%;
margin: 0;}
}
}

Revision as of 20:58, 24 March 2024

/* All CSS here will be loaded for users of the Timeless skin */

/* Centered Photo For Mobil */
@media screen and (max-width: 851px) {
.mw-body-content a > img, .mw-body-content .floatnone > img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 50%;
		margin: 0;}
}