File tree Expand file tree Collapse file tree 3 files changed +3
-20
lines changed Expand file tree Collapse file tree 3 files changed +3
-20
lines changed Original file line number Diff line number Diff line change 1
- <header {{ $attributes -> twMerge ([' class' => ' relative z-10 bg-white dark:bg-gray-900 lg:bg-transparent' ]) } } >
1
+ <header {{ $attributes -> twMerge ([' class' => ' relative z-30 bg-white dark:bg-gray-900 lg:bg-transparent' ]) } } >
2
2
<div class =" flex items-center justify-center py-1.5 bg-green-700 text-white text-sm xl:text-base" >
3
3
<x-link
4
4
:href =" route('sponsors')"
Original file line number Diff line number Diff line change 1
1
<x-container class =" py-12 lg:pb-20" >
2
- <div class =" relative lg:grid lg:grid-cols-7 lg:gap-12 " >
2
+ <div class =" relative lg:grid lg:grid-cols-7 lg:gap-20 " >
3
3
<div class =" lg:col-span-5 space-y-10" >
4
4
<div class =" flex flex-col gap-4 sm:flex-row sm:items-center sm:justify-between sm:gap-10" >
5
5
<x-scrollable-content
Original file line number Diff line number Diff line change 1
1
<div >
2
2
<div class =" relative isolate" >
3
3
<x-container class =" mx-auto max-w-3xl py-16 sm:pt-32 lg:pb-20 lg:pt-40" >
4
- <div class =" flex justify-center" >
5
- <x-link
6
- :href =" route('sponsors')"
7
- class =" inline-flex items-center rounded-full bg-green-700 p-1 pr-2 text-white sm:text-base lg:text-sm xl:text-base"
8
- >
9
- <span class =" rounded-full bg-flag-green px-3 py-0.5 text-xs font-semibold uppercase leading-5 tracking-wide text-white" >
10
- ⚡️ {{ __ (' pages/home.sponsor.title' ) } }
11
- </span >
12
- <span class =" ml-4 hidden text-sm sm:block" >
13
- {{ __ (' pages/home.sponsor.description' ) } }
14
- </span >
15
- <span class =" ml-4 text-sm sm:hidden" >
16
- {{ __ (' pages/home.sponsor.description_small' ) } }
17
- </span >
18
- <x-heroicon-s-chevron-right class =" ml-2 size-5 text-white" aria-hidden =" true" />
19
- </x-link >
20
- </div >
21
- <div class =" mt-10 text-center" >
4
+ <div class =" text-center" >
22
5
<h1 class =" font-heading text-4xl font-medium tracking-tight text-primary-600 sm:leading-none lg:text-6xl" >
23
6
{{ __ (' global.site_name' ) } }
24
7
</h1 >
You can’t perform that action at this time.
0 commit comments