Difference between revisions of "Template:ContentGrid/styles.css"

From Monoskop
Jump to navigation Jump to search
(Created page with ".wiki-template-contentgrid { padding: 10px; margin-bottom: 1em; display: grid; }")
 
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
margin-bottom: 1em;
 
margin-bottom: 1em;
 
display: grid;
 
display: grid;
 +
}
 +
 +
.wiki-template-contentgrid-center {
 +
        margin: 0 auto;
 
}
 
}

Latest revision as of 21:17, 28 June 2020

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

.wiki-template-contentgrid-center {
        margin: 0 auto;
}