diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 74207c0..43b88db 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -36,34 +36,34 @@ const navItems = [ -
-
-
+
+
+
{navItems.map((item) => ( - - diff --git a/tailwind.config.mjs b/tailwind.config.mjs index cb5c9d6..ea4ecf1 100644 --- a/tailwind.config.mjs +++ b/tailwind.config.mjs @@ -11,6 +11,9 @@ export default { fontFamily: { sans: ['Inter', 'ui-sans-serif', 'system-ui', 'sans-serif'], }, + screens: { + 'xs': '380px', + }, }, }, plugins: [],