Skip to content

Commit

Permalink
chore : 헤더 수정 (#30)
Browse files Browse the repository at this point in the history
* chore : 헤더 import 수정

* chore : 헤더 수정
  • Loading branch information
cmlim0070 authored Oct 26, 2024
1 parent ea794f5 commit 397224a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/widgets/header/ui/Header.styled.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import styled from 'styled-components'
import styled from 'styled-components';

export const Container = styled.header`
display: flex;
Expand All @@ -7,12 +7,12 @@ export const Container = styled.header`
justify-content: space-between;
padding: 0.5rem;
margin: 0 10% 0 10%;
`
`;

export const Logo = styled.div`
display: flex;
cursor: pointer;
`
`;

export const Nav = styled.div`
display: flex;
Expand All @@ -21,7 +21,7 @@ export const Nav = styled.div`
align-items: center;
gap: 1rem;
font-size: 15px;
`
`;

export const NavItem = styled.div`
display: flex;
Expand All @@ -31,4 +31,4 @@ export const NavItem = styled.div`
&:hover {
background-color: #f2f2f2;
}
`
`;

0 comments on commit 397224a

Please sign in to comment.