Skip to content

Commit

Permalink
Fix 1px style bug when hovering “Open in StackBlitz” buttons (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis authored Nov 8, 2024
1 parent 68c73cf commit e2384c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RepoCard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const {
</p>
<hr class="border-astro-gray-500" />
<div
class="flex h-10 w-max min-w-0 max-w-full gap-px divide-x divide-astro-gray-600 rounded-full bg-blue-purple-gradient"
class="flex h-10 w-max min-w-0 max-w-full divide-x divide-astro-gray-600 rounded-full bg-blue-purple-gradient"
>
<a
href={stackblitzUrl}
Expand Down

0 comments on commit e2384c9

Please sign in to comment.