new header

This commit is contained in:
HolgerHatGarKeineNode
2023-02-26 13:01:30 +01:00
parent 93f0005a42
commit 9a02b53b1e
11 changed files with 503 additions and 467 deletions

View File

@@ -4,17 +4,13 @@
{{-- MAIN --}}
<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="flex flex-col sm:flex-row items-start">
<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">
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>
</h1>
<p class="px-0 mb-6 text-lg text-gray-600 md:text-xl">
{{ __('Hall of fame of our honorable plebs') }}
</p>
<div class="md:flex md:items-center md:justify-between">
<div class="min-w-0 flex-1">
<h2 class="text-2xl font-bold leading-7 text-white sm:truncate sm:text-3xl sm:tracking-tight">
{{ __('Highscore Table') }}
</h2>
</div>
<div class="w-full sm:w-1/2">
<div class="mt-4 flex md:mt-0 md:ml-4">
@if(auth()->check())
<x-button
class="relative"