text alignment

This commit is contained in:
Alex 2024-10-01 19:05:31 +07:00
parent 3c8c95bf52
commit 5e9ced8d36
No known key found for this signature in database
GPG Key ID: 53CD082B3A5E1082

View File

@ -103,7 +103,7 @@ export default function Home(): JSX.Element {
return (
<Layout title="Home" description="Self-hosted photo and video management solution" noFooter={true}>
<HomepageHeader />
<div className="flex flex-col place-items-center place-content-center dark:bg-immich-dark-bg py-8">
<div className="flex flex-col place-items-center text-center place-content-center dark:bg-immich-dark-bg py-8">
<p>This project is available under GNU AGPL v3 license.</p>
<p className="text-xs">Privacy should not be a luxury</p>
</div>