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

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
(Created page with "@media all and (max-width: 400px) { .p4-id { font-size: 90%; } }")
 
m (Porplemontage moved page Template:ID Badge/styles.css to Template:ID badge/styles.css without leaving a redirect)
 
(3 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%; }
}