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

Product Gallery Pager: Remove unnecessary margin #11287

Merged
merged 6 commits into from
Nov 10, 2023
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 @@ -216,6 +216,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
Loading