Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
YSHOP2-1279: Theme 1 > Right & left spacing for featured products sec…
Browse files Browse the repository at this point in the history
…tion (#426)

## JIRA Ticket

[YSHOP2-1279](https://youcanshop.atlassian.net/browse/YSHOP2-1279)

## QA Steps

- [ ] `pnpm i`
- [ ] `pnpm dev`

## Note

Leave empty when you have nothing to say


[YSHOP2-1279]:
https://youcanshop.atlassian.net/browse/YSHOP2-1279?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
  • Loading branch information
adildev101 authored Jan 22, 2024
1 parent f532f95 commit 13a841e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions styles/featured-products.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,10 @@
@include breakpoint('md') {
grid-template-columns: repeat(3, 1fr);
gap: 15px;
padding: 0 40px;
}
@include breakpoint('lg') {
grid-template-columns: repeat(3, 1fr);
padding: 0 70px;
}

@include breakpoint('xl') {
padding: 0 150px;
@include breakpoint('lg') {
grid-template-columns: repeat(4, 1fr);
}

.product-block {
Expand Down

0 comments on commit 13a841e

Please sign in to comment.