Template:Main Page/styles.css

From Hololive Fan Wiki
Revision as of 16:18, 6 January 2022 by Aesulus (talk | contribs) (tweak resolution breakpoint from 785px → 800px)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* For small screen widths, avoid squashed cells by making each cell expand to take up the whole row */
@media only screen and (max-width: 800px) {
	.welcome-table td {
       display: block;
    }
}