diff --git a/src/components/Nav.astro b/src/components/Nav.astro index 5ab1b8c..7377f01 100644 --- a/src/components/Nav.astro +++ b/src/components/Nav.astro @@ -26,11 +26,10 @@ const directories = ["skills", "projects", "blogs"]; nav { font-weight: 300; display: flex; - flex-wrap: wrap; justify-content: space-between; border: 1.5px var(--alt); border-style: solid; - margin-bottom: 0.75rem; + margin-bottom: 1.25rem; padding: 0.75rem; } #nav-links a { diff --git a/src/pages/skills.astro b/src/pages/skills.astro index b945674..a14d593 100644 --- a/src/pages/skills.astro +++ b/src/pages/skills.astro @@ -28,7 +28,7 @@ const frameworks = [
-
+
{langs.map((lang) =>

{lang}

)} diff --git a/src/styles/terminal.css b/src/styles/terminal.css index 10dcf02..d30b0f1 100644 --- a/src/styles/terminal.css +++ b/src/styles/terminal.css @@ -38,7 +38,7 @@ body { } main { - display: grid; + display: block; position: absolute; top: 50%; left: 50%; @@ -49,9 +49,9 @@ main { background: var(--background); padding: 1.75rem; width: 55rem; - height: 75%; + height: 77%; max-width: 75%; - max-height: 75%; + max-height: 80%; overflow: hidden; }