Skip to content

Commit

Permalink
fix menu itens center
Browse files Browse the repository at this point in the history
  • Loading branch information
MarynaOzkara committed Dec 29, 2023
1 parent cdc5e83 commit b195be3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/AppBar/AppBar.styled.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@ import { NavLink } from 'react-router-dom';

export const Navigation = styled.nav`
display: flex;
align-items: center;
gap: 20px;
@media (max-width: 767px) {
display: none;
}
`;
export const NavItem = styled.li`
list-style: none;
margin: 0;
padding: 0;
`;
export const Link = styled(NavLink)`
text-decoration: none;
Expand Down

0 comments on commit b195be3

Please sign in to comment.