Template:Known-tildes.css: Difference between revisions

Template page
(Lp0 changed the content model of the page Template:Known-tildes.css from "wikitext" to "Sanitized CSS": yes)
Tag: content model change
No edit summary
 
Line 1: Line 1:
.tilde-grid {
.tilde-grid {
display: grid;
width: 100%;
grid: auto-flow dense/repeat(auto-fit,minmax(9.375rem,1fr));
display: flex;
    grid-auto-rows: auto;
flex-flow: row wrap;
grid-auto-rows: minmax(3rem,auto);
justify-content: space-around;
grid-gap: 0.625rem;
}
}

Latest revision as of 13:22, 19 August 2021

.tilde-grid {
width: 100%;
display: flex;
flex-flow: row wrap;
justify-content: space-around;
	
}