diff --git a/components/Shell.tsx b/components/Shell.tsx
index cc628198..c5c72516 100644
--- a/components/Shell.tsx
+++ b/components/Shell.tsx
@@ -145,40 +145,40 @@ export default function Shell(props) {
{props.children}
+ {/* show bottom navigation for md and smaller (tablet and phones) */}
+
+
{/* add padding to content for mobile navigation*/}
-
- {/* show bottom navigation for md and smaller (tablet and phones) */}
-
) : null;