Skip to content

Commit

Permalink
🐛 Fixed width of project links
Browse files Browse the repository at this point in the history
  • Loading branch information
nwrenger committed Aug 29, 2024
1 parent ba0bc6d commit 9888788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/projects/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
>
<p>{@html description}</p>
<div class="mt-4">
<a href={link} class="link flex items-center" target="_blank">
<a href={link} class="link flex w-fit items-center" target="_blank">
See the {archived ? 'archived' : ''} Project here <ExternalLink
class="size- pl-2 pt-[2px]"
/>
Expand Down

0 comments on commit 9888788

Please sign in to comment.