mirror of https://github.com/VERT-sh/VERT.git
Minor padding changes
This commit is contained in:
parent
a98607c406
commit
e60b256bcf
|
@ -46,7 +46,7 @@
|
||||||
Credits
|
Credits
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<!-- Main Contributors -->
|
<!-- Main contributors -->
|
||||||
<div class="flex flex-col gap-4">
|
<div class="flex flex-col gap-4">
|
||||||
<div class="flex flex-row flex-wrap gap-2">
|
<div class="flex flex-row flex-wrap gap-2">
|
||||||
{#each mainContribs as contrib}
|
{#each mainContribs as contrib}
|
||||||
|
@ -56,10 +56,10 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- GitHub Contributors -->
|
<!-- GitHub contributors -->
|
||||||
<div class="flex flex-col gap-4">
|
<div class="flex flex-col gap-4">
|
||||||
<div class="flex flex-col gap-1">
|
<div class="flex flex-col gap-1">
|
||||||
<h2 class="text-base font-bold">GitHub Contributors</h2>
|
<h2 class="text-base font-bold">GitHub contributors</h2>
|
||||||
{#if ghContribs && ghContribs.length > 0}
|
{#if ghContribs && ghContribs.length > 0}
|
||||||
<p class="text-base text-muted font-normal">
|
<p class="text-base text-muted font-normal">
|
||||||
Big thanks to all these people for helping out!
|
Big thanks to all these people for helping out!
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="w-screen h-full flex items-center justify-center overflow-hidden"
|
class="w-screen px-8 h-full flex items-center justify-center overflow-hidden"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="absolute -z-30 top-0 left-0 w-screen h-screen flex items-center justify-center overflow-hidden"
|
class="absolute -z-30 top-0 left-0 w-screen h-screen flex items-center justify-center overflow-hidden"
|
||||||
|
@ -26,13 +26,13 @@
|
||||||
>
|
>
|
||||||
<div class="flex-grow w-full text-center md:text-left">
|
<div class="flex-grow w-full text-center md:text-left">
|
||||||
<h1
|
<h1
|
||||||
class="text-4xl px-16 md:p-0 md:text-6xl flex-wrap tracking-tight leading-tight md:leading-[72px] mb-4 md:mb-6 blur-in"
|
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 blur-in"
|
||||||
style:--delay="20ms"
|
style:--delay="20ms"
|
||||||
>
|
>
|
||||||
The file converter you'll love.
|
The file converter you'll love.
|
||||||
</h1>
|
</h1>
|
||||||
<p
|
<p
|
||||||
class="font-normal px-4 md:p-0 text-lg md:text-xl text-black text-opacity-60 dynadark:text-white dynadark:text-opacity-60 blur-in"
|
class="font-normal px-5 md:p-0 text-lg md:text-xl text-black text-opacity-60 dynadark:text-white dynadark:text-opacity-60 blur-in"
|
||||||
style:--delay="60ms"
|
style:--delay="60ms"
|
||||||
>
|
>
|
||||||
All processing is done on your device. No file size
|
All processing is done on your device. No file size
|
||||||
|
|
Loading…
Reference in New Issue