fix: center

This commit is contained in:
qinluhe 2024-05-06 11:21:28 +08:00
parent 31a439691c
commit cc835815e6
5 changed files with 7 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 979 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -16,7 +16,7 @@ bodyClass: bg-purple-50
</div>
<p class="w-full text-center break-words whitespace-normal text-2xl">
<span class="text-3xl font-bold">{{ userName }}</span>
<span class="mx-2=1">invited you to Join</span>
<span class="mx-2=1">invited you to </span>
<span class="text-3xl font-bold">{{ workspaceName }}</span>
</p>
<x-divider space-x="20%"/>
@ -46,10 +46,12 @@ bodyClass: bg-purple-50
href="{{ acceptUrl }}">
Join workspace
</x-button>
<div class="m-0 leading-4.5 text-sm text-slate-500 text-center w-[100%]">
<div class="w-[60%]">
By clicking "Join workspace" above, you confirm that you have read, understood, and agree to AppFlowy's <a href="https://appflowy.io/terms" class="text-slate-500">Terms & Conditions</a> and <a class="text-slate-500" href="https://appflowy.io/privacy">Privacy Policy.</a>.
</div>
<div class="mx-auto leading-4.5 text-sm text-slate-500 text-center w-[70%]">
By clicking "Join workspace" above, you confirm that you have read, understood, and agree to
AppFlowy's <a href="https://appflowy.io/terms" class="no-underline text-slate-500">Terms &
Conditions</a>
and <a class="text-slate-500 no-underline" href="https://appflowy.io/privacy">Privacy
Policy.</a>
</div>
<x-divider space-x="20%"/>
</td>