Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuli0906 committed Jul 15, 2024
2 parents 1c99bcf + 05c54df commit 179c70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TimelineListItem.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const { icon, title, info, published, approach, item, features } = Astro.props;
</div>
<div class="hidden sm:flex w-full bg-purple-500 h-0.5"></div>
</div>
<div class="mt-3 sm:pe-8 max-w-full">
<div class="mt-4 sm:pe-8 max-w-full">
<a href="#"
><h3 class="text-lg font-semibold text-foreground">
{title}
Expand Down

0 comments on commit 179c70e

Please sign in to comment.