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); }