Skip to content

Commit

Permalink
fix: category page - equal mount of product for a row
Browse files Browse the repository at this point in the history
M2-585
  • Loading branch information
bartoszherba committed May 17, 2022
1 parent da3543f commit 675240b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default defineComponent({
flex: 1 1 50%;
@include for-desktop {
flex: 1 1 25%;
flex: 1 1 23%;
--product-card-title-font-weight: var(--font-weight--normal);
--product-card-add-button-bottom: var(--spacer-base);
--product-card-title-margin: var(--spacer-sm) 0 0 0;
Expand Down

0 comments on commit 675240b

Please sign in to comment.