Skip to content

Commit

Permalink
style: add slight padding to container
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-anderson committed May 13, 2023
1 parent 0e87df1 commit f546bf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Navigation/LegalLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export const legalLinksClassNames = {
};

const StyledDiv = styled("div")(({ theme: { palette } }) => ({
padding: "0.1rem",
display: "flex",
flexDirection: "row",
alignItems: "center",
Expand Down

0 comments on commit f546bf0

Please sign in to comment.