From 0bc0e1dca6ae21077c8af5c7d1b4193f2414ef8e Mon Sep 17 00:00:00 2001 From: Web-serfer Date: Mon, 11 May 2026 20:20:23 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=BE=D0=B2=D1=8B=D0=B5=20=D0=BF=D1=80?= =?UTF-8?q?=D0=B0=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Navbar.astro | 20 ++++++++++---------- tailwind.config.mjs | 3 +++ 2 files changed, 13 insertions(+), 10 deletions(-) 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: [],