File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
<x-layout >
2
2
{{-- Hero Section --}}
3
- <section class =" mx-auto mt-12 max-w-5xl px-5" >
3
+ <section class =" mx-auto mt-2 max-w-7xl px-5" >
4
4
<div
5
5
x-ref =" ticketEvent"
6
- class =" grid place-items-center text-center"
6
+ class =" grid place-items-center py-10 text-center"
7
7
>
8
8
{{-- Countdown Header --}}
9
9
<h2
@@ -125,6 +125,8 @@ class="relative isolate py-7 sm:py-10"
125
125
Atropos({
126
126
el: $el,
127
127
activeOffset: 1,
128
+ rotateXMax: 15,
129
+ rotateYMax: 13,
128
130
shadow: false,
129
131
highlight: false,
130
132
eventsEl: $refs.ticketEvent,
@@ -241,7 +243,7 @@ class="flex items-center justify-center gap-2.5 rounded-2xl bg-zinc-800 px-6 py-
241
243
</section >
242
244
243
245
{{-- Prizes --}}
244
- <section class =" mx-auto mt-25 max-w-5xl px-5" >
246
+ <section class =" mx-auto mt-20 max-w-5xl px-5" >
245
247
{{-- Header --}}
246
248
<h2
247
249
id =" hero-heading"
You can’t perform that action at this time.
0 commit comments