diff --git a/src/components/Section.astro b/src/components/Section.astro index dec8afa..3132bbf 100644 --- a/src/components/Section.astro +++ b/src/components/Section.astro @@ -11,10 +11,10 @@ type Props = { const { title, description, className, id } = Astro.props --- -
+
diff --git a/src/components/header/MobileNavigation.tsx b/src/components/header/MobileNavigation.tsx index 608b2b4..03bd4e4 100644 --- a/src/components/header/MobileNavigation.tsx +++ b/src/components/header/MobileNavigation.tsx @@ -66,7 +66,7 @@ const MobileNavigation: React.FC = ({ navItems }) => {