Change layout from justify-between to justify-center

Signed-off-by: Joel Wetzell <github@jwetzell.com>
This commit is contained in:
Joel Wetzell
2025-12-03 16:12:54 -06:00
committed by GitHub
parent 40f7a33939
commit 1e36c89b52
+1 -1
View File
@@ -33,7 +33,7 @@
<body class="h-screen w-screen flex flex-col justify-center items-center">
<a class="w-40 h-40 bg-blue-400" href="https://github.com/jwetzell/showbridge" data-umami-event="logo-click"> </a>
<div class="text-5xl mb-2">showbridge</div>
<div class="flex justify-between w-full pt-2">
<div class="flex justify-center w-full pt-2">
<div class="mx-2">
<a
target="_blank"