Skip to content

Commit

Permalink
Fix margin for wishlist items on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrsKondratjevs committed Nov 4, 2022
1 parent 94a0134 commit c71a29a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
.WishlistItem {
@include mobile {
padding-block: 14px;
margin-inline: var(--my-account-wrapper-margin-mobile);
margin-inline-end: var(--my-account-wrapper-margin-mobile);
border-block-start: 1px solid var(--wishlist-item-border-color);
}

Expand Down

0 comments on commit c71a29a

Please sign in to comment.