From 9a8ad9e6c29a195373d56f56b7d04a99116968ec Mon Sep 17 00:00:00 2001 From: Abdelati Date: Fri, 1 Nov 2024 21:17:33 +0100 Subject: [PATCH] fix: remove background color that was used for test --- src/components/about/timeline-item.astro | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/about/timeline-item.astro b/src/components/about/timeline-item.astro index ae187264..df4ce8f2 100644 --- a/src/components/about/timeline-item.astro +++ b/src/components/about/timeline-item.astro @@ -39,9 +39,7 @@ const { title, date, image } = Astro.props as Props; class="absolute bottom-0 left-[calc(10%)] z-10 hidden h-[10px] w-[10px] rounded-bl-md border-b border-l border-neutral-dark-30 group-last:hidden group-odd:-bottom-[9px] group-odd:rotate-90 md:block" > -
+