mirror of https://github.com/VERT-sh/VERT.git
style: align text to the left on upload page
This commit is contained in:
parent
fa8bf4c8d0
commit
fae4176842
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue