Skip to content

Commit

Permalink
fix(web): navbar-padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Harman-singh-waraich committed Jan 9, 2025
1 parent f39ef4a commit 03f5c7a
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 03f5c7a

Please sign in to comment.