feat(product-list): center justify content in adaptive layout for improved alignment
This commit is contained in:
@@ -15,13 +15,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&--adaptive {
|
&--adaptive {
|
||||||
justify-content: center;
|
|
||||||
grid-template-columns: repeat(
|
grid-template-columns: repeat(
|
||||||
auto-fit,
|
auto-fit,
|
||||||
minmax(
|
minmax(min(100%, var(--product-list-item-min-width)), 1fr)
|
||||||
min(100%, var(--product-list-item-min-width)),
|
|
||||||
var(--product-list-item-min-width)
|
|
||||||
)
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user