Template:InstructionalQuotes/styles.css

From SmashWiki, the Super Smash Bros. wiki
< Template:InstructionalQuotes
Revision as of 09:14, October 1, 2021 by Porplemontage (talk | contribs) (Created page with "→‎Desktop only: body.desktop .InstructionalQuotes td:first-of-type { white-space: nowrap; } →‎Mobile only: body.mobile .InstructionalQuotes td { min-width: 20px; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
/* Desktop only */
body.desktop .InstructionalQuotes td:first-of-type {
	white-space: nowrap;
}

/* Mobile only */
body.mobile .InstructionalQuotes td {
	min-width: 20px;
}