Skip to content

Commit

Permalink
fix: Sections navigation bar padding (#3479)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjon3s authored Jul 31, 2024
1 parent 6f0f2e3 commit 6c07029
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions editor.planx.uk/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ const ServiceTitleRoot = styled("span")(({ theme }) => ({
const StyledNavBar = styled("nav")(({ theme }) => ({
backgroundColor: theme.palette.primary.dark,
fontSize: 16,
paddingTop: theme.spacing(1),
paddingBottom: theme.spacing(1),
}));

const SectionName = styled(Typography)(() => ({
Expand Down

0 comments on commit 6c07029

Please sign in to comment.