This commit is contained in:
Benjamin Takats
2023-01-19 17:56:20 +01:00
parent f6109353ef
commit 8a04dd7703

View File

@@ -4,8 +4,8 @@
{{-- MAIN --}} {{-- MAIN --}}
<section class="w-full mb-12"> <section class="w-full mb-12">
<div class="max-w-screen-2xl mx-auto px-2 sm:px-10 space-y-4" id="table"> <div class="max-w-screen-2xl mx-auto px-2 sm:px-10 space-y-4" id="table">
<div class="flex items-start"> <div class="flex flex-col sm:flex-row items-start">
<div class="w-1/2"> <div class="w-full sm:w-1/2">
<h1 class="mb-6 text-5xl font-extrabold leading-none max-w-5xl mx-auto tracking-normal text-gray-200 sm:text-6xl md:text-6xl lg:text-7xl md:tracking-tight"> <h1 class="mb-6 text-5xl font-extrabold leading-none max-w-5xl mx-auto tracking-normal text-gray-200 sm:text-6xl md:text-6xl lg:text-7xl md:tracking-tight">
Orange-Pill <span Orange-Pill <span
class="w-full text-transparent bg-clip-text bg-gradient-to-r from-amber-400 via-amber-500 to-amber-200 lg:inline">{{ __('Highscore Table') }}</span> class="w-full text-transparent bg-clip-text bg-gradient-to-r from-amber-400 via-amber-500 to-amber-200 lg:inline">{{ __('Highscore Table') }}</span>
@@ -14,7 +14,7 @@
{{ __('Hall of fame of our honorable plebs') }} {{ __('Hall of fame of our honorable plebs') }}
</p> </p>
</div> </div>
<div class="w-1/2"> <div class="w-full sm:w-1/2">
<x-button <x-button
class="relative" class="relative"
primary primary