Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
fix: 💄 fix header buttons positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
filipowm committed Jul 3, 2020
1 parent e939b34 commit e5040e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Header/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ const TopNavigation = styled.div`

const ButtonsWrapper = styled.div`
display: flex;
justify-content: flex-end;
align-items: center;
min-width: 458px;
a,
Expand Down

0 comments on commit e5040e2

Please sign in to comment.