Skip to content

Commit

Permalink
Fix styling issues 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans5958 committed Aug 18, 2023
1 parent f2bfc34 commit 36e37a4
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 @@ -19,7 +19,7 @@ const versions = Object.keys(
<header class="container mx-auto">
<ul class="flex list-none flex-wrap mb-2 gap-2">
{ versions.map(version => <li class="flex list-none">
<a class="p-2 border rounded me-2 mb-2 hover:bg-slate-100" href={ version + '/' } >{ version }</a>
<a class="p-2 border rounded hover:bg-slate-100" href={ version + '/' } >{ version }</a>
</li>) }
</ul>
</header>
Expand Down

0 comments on commit 36e37a4

Please sign in to comment.