Template:ContentGrid/styles.css: Difference between revisions

From OS-Tan Collections Wiki
< Template:ContentGrid
Jump to navigation Jump to search
(Created page with ".tpl-contentgrid { margin: 1em 0; display: grid; } .tpl-contentgrid .mw-tpl-colorbox { margin: 0; →‎in favour of grid-gap on [[Template:ContentGrid]]: }")
 
(No difference)

Latest revision as of 15:23, 21 December 2023

.tpl-contentgrid {
	margin: 1em 0;
	display: grid;
}

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