Skip to content

Commit

Permalink
fix: wrap should only apply padding inline
Browse files Browse the repository at this point in the history
  • Loading branch information
DanWebb committed Feb 9, 2024
1 parent cace900 commit 7f622b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Wrap/Wrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ locator-wrap {
display: block;
margin: 0 auto;
max-width: min(100%, var(--wrap-max-width));
padding: var(--diamond-spacing);
padding-inline: var(--diamond-spacing);
}

0 comments on commit 7f622b3

Please sign in to comment.