Skip to content

Commit 358a644

Browse files
🎨 Adjust layout and styles for hero section and prizes section
1 parent 977e615 commit 358a644

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎resources/views/laracon-us-2025-competition.blade.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<x-layout>
22
{{-- 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">
44
<div
55
x-ref="ticketEvent"
6-
class="grid place-items-center text-center"
6+
class="grid place-items-center py-10 text-center"
77
>
88
{{-- Countdown Header --}}
99
<h2
@@ -125,6 +125,8 @@ class="relative isolate py-7 sm:py-10"
125125
Atropos({
126126
el: $el,
127127
activeOffset: 1,
128+
rotateXMax: 15,
129+
rotateYMax: 13,
128130
shadow: false,
129131
highlight: false,
130132
eventsEl: $refs.ticketEvent,
@@ -241,7 +243,7 @@ class="flex items-center justify-center gap-2.5 rounded-2xl bg-zinc-800 px-6 py-
241243
</section>
242244

243245
{{-- 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">
245247
{{-- Header --}}
246248
<h2
247249
id="hero-heading"

0 commit comments

Comments
 (0)