Skip to content

Commit

Permalink
fix: set space between burger and top screen
Browse files Browse the repository at this point in the history
thank you @kethmars for pointing this css issue :)
  • Loading branch information
maxpou committed Jul 10, 2020
1 parent 7caeefd commit 342a6bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ const BurgerButton = styled.button`

const BurgerContent = styled.div`
width: 24px;
top: 30px;
height: 2px;
background: ${colors.textLightest};
position: absolute;
Expand Down

0 comments on commit 342a6bd

Please sign in to comment.