Skip to content

Commit

Permalink
updated blog posts list design
Browse files Browse the repository at this point in the history
  • Loading branch information
bernoussama committed Apr 28, 2024
1 parent 1ea290f commit 6124537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BlogPost.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { url, title, description } = Astro.props;
<!-- <li class="text-xl"><a href={url}>{title}</a></li> -->
<a href={url}>
<div
class="w-full bg-default transition-all border-transparent rounded-lg shadow-sm p-7 hover:!border-neutral-200/60 lg:hover:bg-secondary">
class="w-full bg-default transition-all border border-transparent rounded-lg shadow-sm p-7 hover:!border-neutral-200/60 lg:hover:bg-secondary">
<a href={url} class="block mb-3">
<h5 class="text-xl font-bold leading-none tracking-tight text-primary">{title}</h5>
</a>
Expand Down

0 comments on commit 6124537

Please sign in to comment.