Skip to content

Commit

Permalink
Spacing issue fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
nimithshetty17 committed Nov 28, 2023
1 parent 1a51d55 commit 80ffe19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/image-content-grid/image-content-grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ main .image-content-grid-container .main-image-content-grid-wrapper {
.image-content-grid-container .image-content-grid-wrapper .image-content-grid div {
width: 100%;
margin: 0 auto;
padding-top: var(--spacer-element-08);
padding-top: var(--spacer-element-10);
}

.image-content-grid-container .image-content-grid-wrapper .image-content-grid div:last-child {
Expand Down

0 comments on commit 80ffe19

Please sign in to comment.