Template:ID badge/styles.css: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
(Porplemontage changed the content model of the page User:Trig Jegman/P4 ID/styles.css from "CSS" to "Sanitized CSS")
Tag: Content model change
m (Porplemontage moved page Template:ID Badge/styles.css to Template:ID badge/styles.css without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
@media all and (max-width: 400px) {
@media all and (max-width: 400px) {
.p4-id { font-size: 90%; }
.p4-id { font-size: 88%; }
}
}

Latest revision as of 23:49, September 20, 2024

@media all and (max-width: 400px) {
	.p4-id { font-size: 88%; }
}