diff --git a/app/page.tsx b/app/page.tsx index 689f7c9..0eac207 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -154,7 +154,7 @@ export default function Home() { Finance that fell in love with computer science when I took{' '} CS50x @@ -164,7 +164,7 @@ export default function Home() { In 2019 I started working as Teaching Fellow with the{' '} CS50x {' '} @@ -177,7 +177,7 @@ export default function Home() { In 2021 I got my first role as a software engineer with{' '} Hopscotch {' '} diff --git a/components/navbar/Navbar.module.css b/components/navbar/Navbar.module.css index 8c31856..4239cc7 100644 --- a/components/navbar/Navbar.module.css +++ b/components/navbar/Navbar.module.css @@ -26,6 +26,7 @@ .dropdownContainer { position: absolute; + border: 1px solid black; top: 64px; z-index: 10; visibility: visible; @@ -90,7 +91,7 @@ } .dropdownContainer { - width: calc(100svw - 80px); + width: calc(100svw - 106px); padding: 10px 26px 0 26px; } } diff --git a/components/navbar/Navbar.tsx b/components/navbar/Navbar.tsx index 21cdbbc..0a503d6 100644 --- a/components/navbar/Navbar.tsx +++ b/components/navbar/Navbar.tsx @@ -118,7 +118,7 @@ const Navbar: FC = ({}) => {