Template:Known-tildes.css

Template page
Revision as of 15:01, 12 August 2021 by Lp0 (talk | contribs) (Lp0 changed the content model of the page Template:Known-tildes.css from "wikitext" to "Sanitized CSS": yes)
.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;
}