From 269e2c308b0d0f452dc7eb08ef6686626a1911a9 Mon Sep 17 00:00:00 2001 From: SmartRootsSrl Date: Thu, 21 May 2026 16:53:55 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20nav=20CSS=20conflitto=20con=20footer=20n?= =?UTF-8?q?av=20=E2=80=94=20aggiunge=20classe=20site-nav?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Nav.astro | 2 +- src/styles/global.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Nav.astro b/src/components/Nav.astro index 7f918b3..6156331 100644 --- a/src/components/Nav.astro +++ b/src/components/Nav.astro @@ -5,7 +5,7 @@ export interface Props { const { variant = 'full' } = Astro.props; --- -