fixed SingInButton spacing

This commit is contained in:
2024-02-19 09:32:38 +01:00
parent a2f19c4feb
commit b66d911e11
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ const Page:FC = async () => {
</h1>
<p className="p mt-[1em] text-center">{t("main-card.text-1")}</p>
<p className="p mb-[1em] text-center">{t("main-card.text-2")}</p>
<span className="text-center">
<span className="flex justify-center">
{
Object.values(providers).map((provider) => (
<div key={provider.name}>