Skip to content

Commit

Permalink
Design: Navbar, Menu, Icons 컴포넌트 레이아웃 수정 - #10
Browse files Browse the repository at this point in the history
Co-authored-by: Hemudi <hemudi@users.noreply.github.com>
  • Loading branch information
jaypedia and hemudi committed Apr 22, 2022
1 parent cde6995 commit 613fdcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FE/src/Header.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ const Navbar = styled.div`
justify-content: space-between;
padding: 16px 80px;
width: 100%;
height: 170px;
height: auto;
border-bottom: 1px solid black;
`;

const Menu = styled.div`
display: flex;
width: 900px;
width: 75%;
justify-content: flex-start;
`;

const Icons = styled.div`
display: flex;
justify-content: space-between;
width: 100px;
padding: 10px 0;
padding-top: 15px;
`;

const MenuBox = styled.div`
Expand Down

0 comments on commit 613fdcf

Please sign in to comment.