Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Home/FeaturedAccessionGrid.css

Template page
Revision as of 12:34, 23 August 2025 by Eloise Zomia (talk | contribs) (Created page with ".fa-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px} @media (max-width:960px){.fa-grid{grid-template-columns:repeat(2,minmax(0,1fr))}} @media (max-width:640px){.fa-grid{grid-template-columns:1fr}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.fa-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
@media (max-width:960px){.fa-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.fa-grid{grid-template-columns:1fr}}