Skip to content

Commit

Permalink
fix: remove background color that was used for test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizendae authored and yjose committed Nov 4, 2024
1 parent 5893d57 commit 9a8ad9e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/about/timeline-item.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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"
>
</div>
<div
class="z-20 flex w-full items-center justify-center group-odd:bg-neutral-light-50 md:w-1/2 md:group-odd:bg-transparent"
>
<div class="z-20 flex w-full items-center justify-center md:w-1/2">
<Image
class="mx-auto overflow-hidden rounded-t-[4px]"
src={image}
Expand Down

0 comments on commit 9a8ad9e

Please sign in to comment.