diff --git a/src/app/shared/components/product-list/product-list.component.scss b/src/app/shared/components/product-list/product-list.component.scss index b4e7668..85c8c5c 100644 --- a/src/app/shared/components/product-list/product-list.component.scss +++ b/src/app/shared/components/product-list/product-list.component.scss @@ -15,13 +15,9 @@ } &--adaptive { - justify-content: center; grid-template-columns: repeat( auto-fit, - minmax( - min(100%, var(--product-list-item-min-width)), - var(--product-list-item-min-width) - ) + minmax(min(100%, var(--product-list-item-min-width)), 1fr) ); }