Skip to content

Commit b8ee419

Browse files
authored
Merge pull request #1354 from w3bdesign/develop
Mobile menu font size
2 parents e3c08e4 + 3208d84 commit b8ee419

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)