Skip to content

Commit

Permalink
fix: replace css with media-breakpoint (#18622)
Browse files Browse the repository at this point in the history
CXSPA-6507
  • Loading branch information
FollowTheFlo authored Mar 12, 2024
1 parent e617dda commit 03864d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%cx-opf-add-to-cart {
@media (min-width: 992px) {
@include media-breakpoint-up(lg) {
padding: 20px;
}
}

0 comments on commit 03864d7

Please sign in to comment.