Skip to content

Commit

Permalink
Merge pull request scandipwa#5268 from AleksandrsKondratjevs/issue-5251
Browse files Browse the repository at this point in the history
issue-5258 - Adjust selector for product widgets on mobile
  • Loading branch information
AleksandrsKondratjevs authored Nov 1, 2022
2 parents bce102e + 9e583f4 commit 27d480f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
*/

.NewProducts {
ul.NewProducts-Products {
padding-inline-start: 0;
}

&-Products {
display: grid;
grid-auto-rows: max-content;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
min-height: auto;
}

ul.ProductListWidget-Page {
@include mobile {
padding-inline: 0;
}
}

&-Page {
display: grid;
grid-auto-rows: max-content;
Expand Down

0 comments on commit 27d480f

Please sign in to comment.