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

From Monoskop
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
.wiki-template-contentgrid {
 
.wiki-template-contentgrid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
 
 
padding: 10px;
 
padding: 10px;
 
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;
}