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
.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}}