From 3daab8ec5f30e994f4a940ada7b4ba68b8fd2eb9 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Fri, 3 Jan 2025 14:49:24 +0200 Subject: [PATCH] Fixed navigation for mobile --- src/components/Nav.astro | 36 +++++++++++++++++------------------- src/layouts/Terminal.astro | 21 ++++++++++++++++++++- src/styles/terminal.css | 20 -------------------- 3 files changed, 37 insertions(+), 40 deletions(-) diff --git a/src/components/Nav.astro b/src/components/Nav.astro index 17f6565..5b9a73d 100644 --- a/src/components/Nav.astro +++ b/src/components/Nav.astro @@ -8,9 +8,23 @@ const { path } = Astro.props; const directories = ["skills", "projects", "blogs"]; --- -