mirror of
https://github.com/mikkelsvartveit/astro-personal-website.git
synced 2025-12-22 11:12:38 +00:00
Fix whitespace glitch
This commit is contained in:
parent
5153e9c6fb
commit
eec43665c9
1 changed files with 2 additions and 2 deletions
|
|
@ -90,7 +90,7 @@ const latestArticleImage = latestArticle.data.image;
|
|||
<p class="text-xs text-gray-500">
|
||||
Built with
|
||||
<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/"
|
||||
target="_blank"
|
||||
>
|
||||
|
|
@ -98,7 +98,7 @@ const latestArticleImage = latestArticle.data.image;
|
|||
</a>
|
||||
and
|
||||
<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/"
|
||||
target="_blank"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue