Skip to content

Commit 0eea6bf

Browse files
committed
Center navbar links
1 parent ea5a0c6 commit 0eea6bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Navbar.astro

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ import header from "../assets/images/header.png"
4141
<ul
4242
class="flex flex-col p-4 md:p-0 mt-4 font-medium border md:flex-row md:space-x-8 md:mt-0 md:border-0 bg-black md:bg-black border-gray text-white"
4343
>
44-
<li>
44+
<li class="flex justify-center items-center">
4545
<a href="/#organizadores" class="block py-1 px-4">Equipo</a>
4646
</li>
4747

48-
<li>
48+
<li class="flex justify-center items-center">
4949
<a href="playground" class="block py-1 px-4">Playground ✨</a>
5050
</li>
5151
</ul>

0 commit comments

Comments
 (0)