Skip to content

Commit

Permalink
Removing unnecessary padding
Browse files Browse the repository at this point in the history
  • Loading branch information
7emansell committed Oct 11, 2023
1 parent dbcfc2d commit 51a42b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/theme/components/featuredContent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ const FeaturedContent = {
width: full ? "100vw" : "100%",
left: full ? "50%" : "auto",
right: full ? "50%" : "auto",
paddingX: full ? { "2xl": "5%" } : "auto",
position: "relative",
marginLeft: full ? "-50vw" : "auto",
marginRight: full ? "-50vw" : "auto",
Expand Down

0 comments on commit 51a42b4

Please sign in to comment.