I added the following to your theme’s css to restrict the width of the images in the /categories
view to 200px:
.category-list .category-logo.aspect-image {
max-width: 200px;
}
I added the following to your theme’s css to restrict the width of the images in the /categories
view to 200px:
.category-list .category-logo.aspect-image {
max-width: 200px;
}