map height fixed

This commit is contained in:
Owen Rees
2023-06-07 16:34:08 +02:00
parent 3f2509d429
commit c5aac42344
11 changed files with 1353 additions and 51 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ export default function Navbar() {
<li className="mr-3">
<Link
className="inline-block hover:text-gray-200 hover:text-underline py-2 px-4"
href="#"
href="/about"
>
About
</Link>
@@ -33,7 +33,7 @@ export default function Navbar() {
<li className="mr-3">
<Link
className="inline-block hover:text-gray-200 hover:text-underline py-2 px-4"
href="#"
href="/contact"
>
Contact
</Link>