Skip to content

Commit 3208d84

Browse files
committed
Mobile menu font size
1 parent e3c08e4 commit 3208d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer/Hamburger.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const Hamburger = () => {
9393
>
9494
<Link href={href} passHref>
9595
<span
96-
className="inline-block px-4 py-2 no-underline hover:text-black hover:underline"
96+
className="text-xl inline-block px-4 py-2 no-underline hover:text-black hover:underline"
9797
onClick={() => {
9898
setisExpanded((prevExpanded) => !prevExpanded);
9999
}}

0 commit comments

Comments
 (0)