mirror of https://github.com/VERT-sh/VERT.git
Bullet items mobile optimization
This commit is contained in:
parent
06353b5ae3
commit
15073ccbc7
|
|
@ -85,7 +85,10 @@
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
{#snippet sellingPoint(text: string)}
|
{#snippet sellingPoint(text: string)}
|
||||||
<li class="flex items-center gap-4">
|
<li
|
||||||
|
class="grid items-center gap-4"
|
||||||
|
style="grid-template-columns: 2rem auto"
|
||||||
|
>
|
||||||
<div
|
<div
|
||||||
class="h-8 w-8 bg-accent-background text-accent-foreground rounded-full flex items-center justify-center"
|
class="h-8 w-8 bg-accent-background text-accent-foreground rounded-full flex items-center justify-center"
|
||||||
>
|
>
|
||||||
|
|
@ -99,8 +102,8 @@
|
||||||
<Uploader bind:files={ourFiles} onupload={runUpload} />
|
<Uploader bind:files={ourFiles} onupload={runUpload} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="text-center mt-20">
|
<div class="mt-20">
|
||||||
<h1 class="text-3xl font-display">
|
<h1 class="text-3xl text-center font-display">
|
||||||
Free, fast, and awesome file converting
|
Free, fast, and awesome file converting
|
||||||
</h1>
|
</h1>
|
||||||
<div class="flex justify-center mt-10">
|
<div class="flex justify-center mt-10">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue