Jump to content

Main Page/styles.css

From shapez Wiki
Revision as of 03:04, 3 February 2026 by Dengr1065 (talk | contribs) (Add styles for main page blocks)
/* WIP: CSS specific to the main page */

.mp-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1rem;
}

.mp-block-title {
	font-size: 125%;
	font-weight: bold;
}