Template:ContentGrid/styles.css: Difference between revisions

Nothing to hide, but nothing to show you either.
Jump to navigation Jump to search
Content added Content deleted
No edit summary
m (3 revisions imported from mw:Template:ContentGrid/styles.css)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
.wiki-template-contentgrid {
.wiki-template-contentgrid {
padding: 10px;
padding: 10px;
margin-bottom: 1em;
margin-bottom: 1em;
display: grid;
display: grid;
}
}

Latest revision as of 14:39, 10 June 2021

.wiki-template-contentgrid {
	padding: 10px;
	margin-bottom: 1em;
	display: grid;
}