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