Skip to content

Commit 1cad103

Browse files
authored
Update Stickynav.component.tsx
1 parent 44048cf commit 1cad103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer/Stickynav.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import Hamburger from './Hamburger.component';
1313
const Stickynav = () => (
1414
<nav
1515
id="footer"
16-
className="fixed bottom-0 z-50 w-full md:hidden"
16+
className="fixed bottom-0 z-50 w-full mt-[10rem] md:hidden"
1717
>
1818
<div className="container flex flex-wrap items-center justify-between px-6 py-3 mx-auto mt-0 md:min-w-96 bg-blue-800">
1919
<Hamburger />

0 commit comments

Comments
 (0)