Skip to content

Commit

Permalink
fix resizing menu
Browse files Browse the repository at this point in the history
menu changed paddings when user logged in
  • Loading branch information
oleks12345 committed Jun 15, 2020
1 parent 3429f90 commit a722fc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/NavBar/NavBar_styles.js
Expand Up @@ -18,8 +18,8 @@ export const HeaderWrapper = styled.div`
justify-content: space-between;
padding: 10px 10%;
${( props ) => props.theme.mdq.sm} {
justify-content: space-around;
padding: 5px 10px;
justify-content: space-between;
padding: 5px min(150px, 8%);
}
`;

Expand Down

0 comments on commit a722fc4

Please sign in to comment.