mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-04-06 03:40:21 +00:00
change break point for centering
This commit is contained in:
@@ -55,15 +55,15 @@
|
|||||||
|
|
||||||
<div class="w-full px-12 flex flex-col items-center">
|
<div class="w-full px-12 flex flex-col items-center">
|
||||||
<div class="w-full max-w-5xl flex flex-col items-center">
|
<div class="w-full max-w-5xl flex flex-col items-center">
|
||||||
<div class="mt-12 flex flex-col lg:items-center gap-12">
|
<div class="mt-12 flex flex-col xs:items-center gap-12">
|
||||||
<div class="flex flex-col lg:items-center gap-6 max-w-3xl">
|
<div class="flex flex-col xs:items-center gap-6 max-w-3xl">
|
||||||
<h1 class="text-4xl xs:text-5xl sm:text-6xl lg:text-center font-black">
|
<h1 class="text-4xl xs:text-5xl sm:text-6xl xs:text-center font-black">
|
||||||
{i18n._('metadata.home_title')}
|
{i18n._('metadata.home_title')}
|
||||||
</h1>
|
</h1>
|
||||||
<div class="text-lg sm:text-xl text-muted-foreground lg:text-center">
|
<div class="text-lg sm:text-xl text-muted-foreground xs:text-center">
|
||||||
{i18n._('metadata.description')}
|
{i18n._('metadata.description')}
|
||||||
</div>
|
</div>
|
||||||
<div class="w-full flex flex-row lg:justify-center gap-3">
|
<div class="w-full flex flex-row xs:justify-center gap-3">
|
||||||
<Button
|
<Button
|
||||||
data-sveltekit-reload
|
data-sveltekit-reload
|
||||||
href={getURLForLanguage(i18n.lang, '/app')}
|
href={getURLForLanguage(i18n.lang, '/app')}
|
||||||
|
|||||||
Reference in New Issue
Block a user