Skip to content

Commit

Permalink
langer space between menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
Miningmark committed Jan 19, 2025
1 parent fb121d8 commit 0e12a1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/menu/PageHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ const MenuLink = styled(Link)`
@media (max-width: 800px) {
font-size: 1.1rem;
text-align: center;
padding: 12px;
}
`;

Expand Down Expand Up @@ -131,6 +132,7 @@ const MenuNoLink = styled.p`
@media (max-width: 800px) {
font-size: 1.1rem;
text-align: center;
padding: 12px;
}
`;

Expand Down Expand Up @@ -160,6 +162,7 @@ const SubMenuLink = styled(Link)`
@media (max-width: 800px) {
font-size: 1rem;
text-align: center;
padding: 12px;
}
`;

Expand Down

0 comments on commit 0e12a1c

Please sign in to comment.