Skip to content

Commit

Permalink
Mobile menu font size
Browse files Browse the repository at this point in the history
  • Loading branch information
w3bdesign committed Oct 23, 2024
1 parent e3c08e4 commit 3208d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer/Hamburger.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const Hamburger = () => {
>
<Link href={href} passHref>
<span
className="inline-block px-4 py-2 no-underline hover:text-black hover:underline"
className="text-xl inline-block px-4 py-2 no-underline hover:text-black hover:underline"
onClick={() => {
setisExpanded((prevExpanded) => !prevExpanded);
}}
Expand Down

0 comments on commit 3208d84

Please sign in to comment.