Commit c099bc85 authored by Julien Sailly's avatar Julien Sailly
Browse files

feat: minor style change

parent b62c9464
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
                        {{ __('Accueil') }}
                    </x-nav-link>
                    <x-nav-link :href="route('dives')" :active="request()->routeIs('dives')">
                        {{ __('Plongées') }}
                        {{ __('Inscription aux plongées') }}
                    </x-nav-link>
                </div>
            </div>
@@ -40,7 +40,7 @@
                {{ __('Page d\'accueil') }}
            </x-responsive-nav-link>
            <x-responsive-nav-link :href="route('dives')" :active="request()->routeIs('dives')">
                {{ __('Plongées') }}
                {{ __('Inscription aux plongées') }}
            </x-responsive-nav-link>
        </div>

+1 −1
Original line number Diff line number Diff line
<h1 class="mb-12 font-bold md:text-5xl lg:text-6xl underline underline-offset-8">{{ $slot }}</h1>
<h1 class="mb-12 font-bold md:text-5xl lg:text-4xl underline underline-offset-4">{{ $slot }}</h1>
+1 −1
Original line number Diff line number Diff line
<x-layout>
    <x-page-title>Liste des plongées</x-page-title>
    <x-page-title>Inscription aux plongées</x-page-title>
    <div class="shadow-md max-w-full rounded-lg overflow-hidden border-2">
        <table class="text-sm text-left text-gray-500 w-full">
            <thead class="text-xs text-gray-700 uppercase bg-gray-50">