MediaWiki:Timeless.css: Difference between revisions

From McGough's Recipes
mNo edit summary
mNo edit summary
Line 3: Line 3:
/* Centered Photo For Mobil */
/* Centered Photo For Mobil */
@media screen and (max-width: 851px) {
@media screen and (max-width: 851px) {
.mw-halign-right{
#mw-halign-right{
display: block;
display: block;
margin-left: auto;
margin-left: auto;

Revision as of 20:52, 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%;}
}