fix: font responsiveness

This commit is contained in:
Philipp Dormann 2023-04-15 20:59:28 +02:00
parent 8a4974ffa9
commit 38b0fccb5a
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314
1 changed files with 5 additions and 5 deletions

View File

@ -186,7 +186,7 @@
{:else if current_page === "runners_distance"}
<div transition:slide|local>
<h1
class="mr-6 text-5xl xl:text-7xl font-bold text-center text-gray-900 mb-5"
class="mr-6 text-5xl xl:text-7xl font-bold text-center text-gray-900 mb-3"
>
{$_("top-laeufer")} ({$_("distanz")})
</h1>
@ -247,7 +247,7 @@
{:else if current_page === "runners_laptime"}
<div transition:slide|local>
<h1
class="mr-6 text-5xl xl:text-7xl font-bold text-center text-gray-900 mb-5"
class="mr-6 text-5xl xl:text-7xl font-bold text-center text-gray-900 mb-3"
>
{$_("top-laeufer")} ({$_("rundenzeit")})
</h1>
@ -308,7 +308,7 @@
{:else if current_page === "orgs_distance"}
<div transition:slide|local>
<h1
class="mr-6 text-5xl xl:text-7xl font-bold text-center text-gray-900 mb-5"
class="mr-6 text-5xl xl:text-7xl font-bold text-center text-gray-900 mb-3"
>
{$_("top-organisationen")}
</h1>
@ -354,7 +354,7 @@
{:else if current_page === "teams_distance"}
<div transition:slide|local>
<h1
class="mr-6 text-5xl xl:text-7xl font-bold text-center text-gray-900 mb-5"
class="mr-6 text-5xl xl:text-7xl font-bold text-center text-gray-900 mb-3"
>
{$_("top-teams")}
</h1>
@ -408,7 +408,7 @@
{hours}:{minutes}:{seconds}
</h1>
<h1
class="text-3xl font-medium text-center text-gray-900 font-mono bottom-4 w-full fixed"
class="text-xl xl:text-3xl font-medium text-center text-gray-900 font-mono bottom-2 xl:bottom-4 w-full fixed"
>
powered by ODIT.Services
</h1>