Template:ContentGrid/styles.css

From The Sextant of Worlds
Revision as of 23:29, 1 May 2025 by Stonedreamer (talk | contribs) (Created page with ".tpl-contentgrid { margin: 1em 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2em; grid-auto-rows: minmax(100px, auto); } .tpl-contentgrid .mw-tpl-colorbox { margin: 0; in favour of grid-gap on [[Template:ContentGrid]]: }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
.tpl-contentgrid {
	margin: 1em 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 2em;
	grid-auto-rows: minmax(100px, auto);
}

.tpl-contentgrid .mw-tpl-colorbox {
	margin: 0; /* in favour of grid-gap on [[Template:ContentGrid]] */
}