Template:Media table/styles.css: Difference between revisions

From Rhythm Heaven Wiki
Jump to navigation Jump to search
(Shrink font on narrow devices)
No edit summary
Tags: Mobile edit Mobile web edit
 
Line 8: Line 8:
text-align: center;
text-align: center;
}
}
@media (max-width: 720px) {
body.mw-mf .mediatable {
.mediatable {
font-size: 90%;
font-size: 90%;
}
}
}

Latest revision as of 09:08, 24 September 2025

.mediatable {
	width: 100%;
}
.mediatable td:nth-child(2) {
	white-space: nowrap;
	width: 0;
	font-size: smaller;
	text-align: center;
}
body.mw-mf .mediatable {
	font-size: 90%;
}