style: align text to the left on upload page

This commit is contained in:
michi-onl 2025-12-15 19:17:41 +01:00
parent fa8bf4c8d0
commit fae4176842
No known key found for this signature in database
GPG Key ID: FD27C91DB15DFA1C
1 changed files with 3 additions and 3 deletions

View File

@ -135,14 +135,14 @@
<div <div
class="flex items-center h-auto gap-12 md:gap-24 md:flex-row flex-col" class="flex items-center h-auto gap-12 md:gap-24 md:flex-row flex-col"
> >
<div class="flex-grow w-full text-center md:text-left"> <div class="flex-grow w-full md:text-left">
<h1 <h1
class="text-4xl px-12 md:p-0 md:text-6xl flex-wrap tracking-tight leading-tight md:leading-[72px] mb-4 md:mb-6" class="text-4xl px-6 md:p-0 md:text-6xl flex-wrap tracking-tight leading-tight md:leading-[72px] mb-4 md:mb-6"
> >
{m["upload.title"]()} {m["upload.title"]()}
</h1> </h1>
<p <p
class="font-normal px-5 md:p-0 text-lg md:text-xl text-black text-muted dynadark:text-muted" class="font-normal px-6 md:p-0 text-lg md:text-xl text-black text-muted dynadark:text-muted"
> >
{m["upload.subtitle"]()} {m["upload.subtitle"]()}
</p> </p>