Skip to content

Commit

Permalink
fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Nov 2, 2024
1 parent 54e1ac1 commit 71772a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const posts = await getPosts();
projects.map((project) => {
return (
<li>
<p>
<p class="inline">
<a href={project.href} class="inline-block text-main underline hover:text-black">
{project.name}
</a>
Expand Down

0 comments on commit 71772a4

Please sign in to comment.