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

Commit

Permalink
Product Gallery Pager: Remove unnecessary margin
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldudzic committed Oct 17, 2023
1 parent 045789e commit 16929ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
justify-content: center;
list-style: none;
gap: $gap-small;
margin-top: 0;
margin-bottom: 0;
padding: 0;
}

Expand Down
2 changes: 2 additions & 0 deletions assets/js/blocks/product-gallery/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ $outside-image-max-width: calc(100% - (2 * $outside-image-offset));
justify-content: center;
list-style: none;
gap: $gap-small;
margin-top: 0;
margin-bottom: 0;
padding: 0;
}

Expand Down

0 comments on commit 16929ac

Please sign in to comment.