From be3fcd8f9313c05ae1fd4293b1f4dbeb2b23c9c8 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Fri, 3 Jan 2025 11:29:39 +0200 Subject: [PATCH] Fixed index and skills --- src/components/Nav.astro | 12 ++++++------ src/components/TerminalBorder.astro | 24 ++++++++++++------------ src/pages/index.astro | 8 ++++---- src/pages/skills.astro | 10 +++++----- 4 files changed, 27 insertions(+), 27 deletions(-) diff --git a/src/components/Nav.astro b/src/components/Nav.astro index 8148a81..17f6565 100644 --- a/src/components/Nav.astro +++ b/src/components/Nav.astro @@ -28,13 +28,13 @@ const directories = ["skills", "projects", "blogs"]; justify-content: space-between; border: 0.125vw var(--alt); border-style: solid; - margin-bottom: 1.25em; - padding: 0.75em; + margin-bottom: 1.5625vw; + padding: 0.9375vw; } #nav-links a { - margin-bottom: 0px; - margin-right: 0.15em; - margin-left: 0.15em; + margin-bottom: 0; + margin-right: 0.1875vw; + margin-left: 0.1875vw; font-size: 1.375vw; color: var(--primary); } @@ -42,7 +42,7 @@ const directories = ["skills", "projects", "blogs"]; color: var(--accent); } #nav-path { - margin-right: 2em; + margin-right: 2.5vw; font-size: 1.375vw; } diff --git a/src/components/TerminalBorder.astro b/src/components/TerminalBorder.astro index 10b973e..eae9cc0 100644 --- a/src/components/TerminalBorder.astro +++ b/src/components/TerminalBorder.astro @@ -17,8 +17,8 @@ const { header = "", footer = "", margin = "-0.1vw" } = Astro.props; diff --git a/src/pages/index.astro b/src/pages/index.astro index c09609f..816bd91 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -36,7 +36,7 @@ watching Anime or solving Rubik's cubes fast.`.trimStart();
-
+
picture
| Learning Golang & Backend | Available for hire

- +

{aboutMe}

#content { - margin-top: 0.625vw; + margin-top: 1.5vw; display: flex; justify-content: space-between; } diff --git a/src/pages/skills.astro b/src/pages/skills.astro index e5a9276..778b3f1 100644 --- a/src/pages/skills.astro +++ b/src/pages/skills.astro @@ -21,22 +21,22 @@ const frameworks = ["Spigot API", "Bubbletea", "Astro"];
-
+
{langs.map((lang) =>

{lang}

)}
- -
+ +
{frameworks.map((framework) =>

{framework}

)}
-
+
{tools.map((tool) =>

{tool}

)}
-
+