From StrategyWiki, the video game walkthrough and strategy guide wiki
Jump to navigation Jump to search
@media all and (min-width: 472px) {
	.t_colbox {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		align-content: space-between;
		gap: 4px;
	}
	
	.t_col {
		flex: 1 0 0;
		min-width: 150px;
	}
}