Template:ContentGrid/styles.css: Difference between revisions
From The Sextant of Worlds
Jump to navigationJump to search
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]]: }" |
(No difference)
|
Latest revision as of 23:29, 1 May 2025
.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]] */ }