MediaWiki:Mobile.css: Difference between revisions

From Japanese Mahjong Wiki
Jump to navigation Jump to search
(try if it works...)
Tags: Mobile edit Mobile web edit
 
mNo edit summary
Tags: Mobile edit Mobile web edit
 
Line 2: Line 2:


/*** Riichi City mobile ***/
/*** Riichi City mobile ***/
@media screen and (min-width: 450px) {
@media screen and (max-width: 450px) {
.riichi-city-characters {
.riichi-city-characters {
grid-template-columns: none !important;
grid-template-columns: none !important;
}
}
}
}

Latest revision as of 12:35, 8 January 2023

/* All CSS here will be loaded for users of the mobile site */

/*** Riichi City mobile ***/
@media screen and (max-width: 450px) {
	.riichi-city-characters {
		grid-template-columns: none !important;
	}
}