Skip to content

Commit

Permalink
fix: enlarge logo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonassimoen committed Dec 5, 2023
1 parent 975427d commit 67cb0e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Header/HeaderStyle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ export const HeaderStyle = styled.header`
.c-logo {
display: inline-block;
width: 7rem;
height: 3rem;
width: 12rem;
height: 4.5rem;
margin: auto;
background-repeat: no-repeat;
background-position: 50%;
Expand Down

0 comments on commit 67cb0e1

Please sign in to comment.