From 044d65823516de818e6c9970934b81d9f81b6dc0 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Thu, 14 Nov 2024 13:59:39 +0200 Subject: [PATCH] Adjusted navbar --- src/components/Nav.astro | 5 ++--- src/pages/index.astro | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/components/Nav.astro b/src/components/Nav.astro index 8d948f2..7d4d8a2 100644 --- a/src/components/Nav.astro +++ b/src/components/Nav.astro @@ -24,7 +24,6 @@ const directories = ["skills", "projects", "blogs"]; diff --git a/src/pages/index.astro b/src/pages/index.astro index 49c8d7d..a150059 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -180,7 +180,7 @@ watching Anime or solving Rubik's cubes fast.`.trimStart(); #content { margin-top: 0.5rem; display: flex; - justify-content: space-between; /* Removing this makes a cool effect of the right side being "attached" to the left */ + justify-content: space-between; } #left { @@ -191,7 +191,6 @@ watching Anime or solving Rubik's cubes fast.`.trimStart(); } .column { - /* border-style: solid; */ border-width: 1px; border-color: var(--alt); }