MediaWiki:Timeless.css: Difference between revisions

From McGough's Recipes
mNo edit summary
mNo edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the Timeless skin */
/* All CSS here will be loaded for users of the Timeless skin */
/* Centered Photo For Mobil */
@media screen and (max-width: 851px) {
.mw-halign-right{
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;}
}

Revision as of 20:50, 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-halign-right{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 50%;}
}