From 8abf7750772ca5f6829f5d569cdbbb58135a6050 Mon Sep 17 00:00:00 2001 From: liyunze <50455574+liyunze-coding@users.noreply.github.com> Date: Tue, 1 Jul 2025 23:28:15 +1000 Subject: [PATCH] fixed projects section --- src/components/projects/Project.astro | 46 +++++++++++++++++---- src/components/projects/VideoProject.svelte | 2 +- 2 files changed, 38 insertions(+), 10 deletions(-) diff --git a/src/components/projects/Project.astro b/src/components/projects/Project.astro index 648ce82..9ee7e90 100644 --- a/src/components/projects/Project.astro +++ b/src/components/projects/Project.astro @@ -33,7 +33,7 @@ const leftProject = position == "left"; ---