text responsiveness

This commit is contained in:
Philipp Dormann 2023-04-15 20:54:40 +02:00
parent 047941babb
commit 9b83b38356
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314
1 changed files with 13 additions and 6 deletions

View File

@ -145,7 +145,9 @@
<!-- --> <!-- -->
{#if current_page === "general"} {#if current_page === "general"}
<div transition:slide|local> <div transition:slide|local>
<h1 class="mr-6 text-7xl font-semibold text-center text-gray-900"> <h1
class="mr-6 text-5xl xl:text-7xl font-bold text-center text-gray-900"
>
Statistiken Statistiken
</h1> </h1>
<!-- --> <!-- -->
@ -184,7 +186,7 @@
{:else if current_page === "runners_distance"} {:else if current_page === "runners_distance"}
<div transition:slide|local> <div transition:slide|local>
<h1 <h1
class="mr-6 text-7xl font-semibold text-center text-gray-900 mb-5" class="mr-6 text-5xl xl:text-7xl font-bold text-center text-gray-900 mb-5"
> >
{$_("top-laeufer")} ({$_("distanz")}) {$_("top-laeufer")} ({$_("distanz")})
</h1> </h1>
@ -245,7 +247,7 @@
{:else if current_page === "runners_laptime"} {:else if current_page === "runners_laptime"}
<div transition:slide|local> <div transition:slide|local>
<h1 <h1
class="mr-6 text-7xl font-semibold text-center text-gray-900 mb-5" class="mr-6 text-5xl xl:text-7xl font-bold text-center text-gray-900 mb-5"
> >
{$_("top-laeufer")} ({$_("rundenzeit")}) {$_("top-laeufer")} ({$_("rundenzeit")})
</h1> </h1>
@ -306,7 +308,7 @@
{:else if current_page === "orgs_distance"} {:else if current_page === "orgs_distance"}
<div transition:slide|local> <div transition:slide|local>
<h1 <h1
class="mr-6 text-7xl font-semibold text-center text-gray-900 mb-5" class="mr-6 text-5xl xl:text-7xl font-bold text-center text-gray-900 mb-5"
> >
{$_("top-organsiationen")} {$_("top-organsiationen")}
</h1> </h1>
@ -352,7 +354,7 @@
{:else if current_page === "teams_distance"} {:else if current_page === "teams_distance"}
<div transition:slide|local> <div transition:slide|local>
<h1 <h1
class="mr-6 text-7xl font-semibold text-center text-gray-900 mb-5" class="mr-6 text-5xl xl:text-7xl font-bold text-center text-gray-900 mb-5"
> >
{$_("top-teams")} {$_("top-teams")}
</h1> </h1>
@ -401,8 +403,13 @@
</div> </div>
</div> </div>
<h1 <h1
class="text-5xl font-semibold text-center text-gray-900 font-mono bottom-2 w-full fixed" class="text-6xl font-semibold text-right text-gray-900 font-mono top-6 w-full fixed pr-8"
> >
{hours}:{minutes}:{seconds} {hours}:{minutes}:{seconds}
</h1> </h1>
<h1
class="text-3xl font-medium text-center text-gray-900 font-mono bottom-4 w-full fixed"
>
powered by ODIT.Services
</h1>
</div> </div>