Fix whitespace glitch

This commit is contained in:
Mikkel Svartveit 2024-05-29 02:26:23 +02:00
parent 5153e9c6fb
commit eec43665c9

View file

@ -90,7 +90,7 @@ const latestArticleImage = latestArticle.data.image;
<p class="text-xs text-gray-500"> <p class="text-xs text-gray-500">
Built with Built with
<a <a
class="underline underline-offset-1 hover:text-gray-400" class="inline-block underline underline-offset-1 hover:text-gray-400"
href="https://astro.build/" href="https://astro.build/"
target="_blank" target="_blank"
> >
@ -98,7 +98,7 @@ const latestArticleImage = latestArticle.data.image;
</a> </a>
and and
<a <a
class="underline underline-offset-1 hover:text-gray-400" class="inline-block underline underline-offset-1 hover:text-gray-400"
href="https://tailwindcss.com/" href="https://tailwindcss.com/"
target="_blank" target="_blank"
> >