Closed knice closed 5 years ago
_custom.scss, line 75, change:
_custom.scss
grid-template-columns: repeat( auto-fit, minmax(360px, 1fr));
to
grid-template-columns: repeat( auto-fit, minmax(360px, 0fr));
Keeps all of the grid loveliness without blowing out the images and making massive cards on small numbers of search results.
This needs some adjustment. class="three-col-grid" needs adjustment on mobile. Change 0fr to 1fr on mobile widths to fix.
class="three-col-grid"
0fr
1fr
_custom.scss
, line 75, change:grid-template-columns: repeat( auto-fit, minmax(360px, 1fr));
to
grid-template-columns: repeat( auto-fit, minmax(360px, 0fr));
Keeps all of the grid loveliness without blowing out the images and making massive cards on small numbers of search results.