Category icons are suddenly HUGE (broken?)

I imagine you have just upgraded your site. There are a lot of topics related to this argument, you can read here Shrunken Category Images

You can solve your problem with a simple fix, just change 200px with the value that fit your needs

.category-list .category-logo.aspect-image {
    max-width: 200px; /*change this value*/ 
}
4 Likes