Shrunken Category Images

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;
}
7 Likes