Skip to content

Commit

Permalink
Adjust selector for product widgets on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrsKondratjevs committed Oct 31, 2022
1 parent f3667fc commit 9e583f4
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 9e583f4

Please sign in to comment.