diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 136c435..5ce84f1 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -13,8 +13,7 @@ export default function Navbar() { bg-white border-t border-gray-200 /* top border for separation */ py-2 /* vertical padding */ shadow-lg /* subtle drop shadow */ - sm:hidden /* hide on small screens? remove if not needed */ - "> + "> Home diff --git a/src/index.css b/src/index.css index 08a3ac9..fe8b8ca 100644 --- a/src/index.css +++ b/src/index.css @@ -1,3 +1,7 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; + :root { font-family: system-ui, Avenir, Helvetica, Arial, sans-serif; line-height: 1.5;