Skip to content

Commit

Permalink
[Design] Nav바 Height 재조정
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariling committed Jan 4, 2024
1 parent 1c515a8 commit 68f7264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/utils/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const NavBar = styled.div`
justify-content: space-between;
align-items: center;
padding: 20px 80px 20px 60px;
height: 24px;
height: 64px;
background-color: white;
position: sticky;
top: 0;
Expand Down

0 comments on commit 68f7264

Please sign in to comment.