Template:Main Page/styles.css

From Hololive Fan Wiki
/* 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;
    }
}