Skip to content

Commit

Permalink
Merge pull request #1827 from kleros/fix/navbar-padding
Browse files Browse the repository at this point in the history
fix(web): navbar-padding
  • Loading branch information
alcercu authored Jan 10, 2025
2 parents f39ef4a + 03f5c7a commit e27997b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/layout/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Container = styled.div`

const HeaderContainer = styled.div`
width: 100%;
padding: 4px 24px 8px;
padding: 0px 24px;
`;

const StyledBanner = styled(StatusBanner)`
Expand Down

0 comments on commit e27997b

Please sign in to comment.