アップグレードによりカテゴリ画像のサイズが変更されました

It’s related to our recent change in category image’s maximum width. You could adjust it using below CSS. Currently it’s 25%

@supports (--custom: property) {
  .category-logo.aspect-image {
    max-width: 100%;
  }
}