.photos-grid { list-style: none; a { color: inherit; text-decoration: none; display: contents; } max-width: var(--list-max-width, 60rem); display: grid; grid-template-columns: repeat(auto-fill, minmax(var(--photo-grid-item-size, 20rem), 1fr)); gap: var(--photo-grid-gap, 1em); } .photos-grid .photo-asset { display: block; width: 100%; height: 100%; aspect-ratio: 1; object-fit: cover; object-position: center; }