Template:Known-tildes.css: Difference between revisions

Template page
(Created page with ".tilde-grid { display: grid; grid: auto-flow dense/repeat(auto-fit,minmax(9.375rem,1fr)); grid-auto-rows: auto; grid-auto-rows: minmax(3rem,auto); grid-gap: 0.625rem; }")
 
No edit summary
 
(One intermediate revision by the same user not shown)
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;
	
}