From 758ec11bb3bbe2bcb7923a3f36af9feeb73ac9fe Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Fri, 3 Jan 2025 11:34:51 +0200 Subject: [PATCH] Fixed scaling on projects page --- src/components/Project.astro | 2 +- src/pages/projects.astro | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Project.astro b/src/components/Project.astro index 2608d99..fb7d029 100644 --- a/src/components/Project.astro +++ b/src/components/Project.astro @@ -17,7 +17,7 @@ const { title, description, href, cd = "cd ~/projects/" } = Astro.props;

{title}

{description}

- +
diff --git a/src/pages/projects.astro b/src/pages/projects.astro index 382fcef..2b4c037 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -5,7 +5,7 @@ import Project from "@components/Project.astro";
-
+
-
+