add max width

This commit is contained in:
vcoppe
2024-07-05 16:38:46 +02:00
parent cb735db216
commit 2b46d9c8d6
2 changed files with 32 additions and 26 deletions

View File

@@ -1,3 +1,3 @@
# Advanced file processing tools # Advanced file processing
A suite of tools for performing all common file processing tasks, and which can be applied to multiple files at once. A suite of tools for performing all common file processing tasks, and which can be applied to multiple files at once.

View File

@@ -165,7 +165,8 @@
class="absolute top-0 left-0 w-full h-full bg-gradient-to-b from-background via-transparent to-background" class="absolute top-0 left-0 w-full h-full bg-gradient-to-b from-background via-transparent to-background"
/> />
</div> </div>
<div class="px-12 flex flex-col items-center gap-6"> <div class="px-12 flex flex-col items-center">
<div class="max-w-5xl flex flex-col items-center gap-6">
<DocsLoader path="about/funding.md" /> <DocsLoader path="about/funding.md" />
<Button <Button
href="https://ko-fi.com/gpxstudio" href="https://ko-fi.com/gpxstudio"
@@ -176,11 +177,15 @@
<span>{$_('homepage.support_button')}</span> <span>{$_('homepage.support_button')}</span>
</Button> </Button>
</div> </div>
<div class="px-12"> </div>
<div class="px-12 flex flex-col items-center">
<div class="max-w-5xl">
<DocsLoader path="about/translation.md" /> <DocsLoader path="about/translation.md" />
</div> </div>
</div>
<div class="px-24 flex flex-col items-center">
<div <div
class="mx-24 flex flex-col md:flex-row items-center justify-center gap-x-12 gap-y-6 p-6 border rounded-md shadow-xl" class="max-w-5xl flex flex-col md:flex-row items-center justify-center gap-x-12 gap-y-6 p-6 border rounded-2xl shadow-xl"
> >
<div class="shrink-0 flex flex-col sm:flex-row md:flex-col items-center gap-x-4 gap-y-2"> <div class="shrink-0 flex flex-col sm:flex-row md:flex-col items-center gap-x-4 gap-y-2">
<div class="text-lg font-semibold text-muted-foreground"> <div class="text-lg font-semibold text-muted-foreground">
@@ -192,4 +197,5 @@
</div> </div>
<DocsLoader path="about/mapbox.md" /> <DocsLoader path="about/mapbox.md" />
</div> </div>
</div>
</div> </div>