@@ -25,7 +25,7 @@ class="grid place-items-center text-center"
25
25
})
26
26
}
27
27
"
28
- class =" text-lg font-medium text-gray-600 dark:text-gray-400"
28
+ class =" font-medium text-gray-600 sm:text-lg dark:text-gray-400"
29
29
>
30
30
Hurry! Entry Closes In:
31
31
</h2 >
@@ -51,15 +51,15 @@ class="text-lg font-medium text-gray-600 dark:text-gray-400"
51
51
})
52
52
}
53
53
"
54
- class =" mt-2 grid grid-cols-4 gap-10 text-5xl"
54
+ class =" mt-2 grid grid-cols-4 gap-5 text-4xl sm:gap- 10 sm: text-5xl"
55
55
>
56
56
<div class =" flex flex-col items-center" >
57
57
<number-flow
58
58
x-ref =" dd"
59
59
class =" font-bold"
60
60
></number-flow >
61
61
<div
62
- class =" text-base text-slate-600 uppercase dark:text-white/60"
62
+ class =" text-sm text-slate-600 uppercase sm:text-base dark:text-white/60"
63
63
>
64
64
Days
65
65
</div >
@@ -70,7 +70,7 @@ class="text-base text-slate-600 uppercase dark:text-white/60"
70
70
class =" font-bold"
71
71
></number-flow >
72
72
<div
73
- class =" text-base text-slate-600 uppercase dark:text-white/60"
73
+ class =" text-sm text-slate-600 uppercase sm:text-base dark:text-white/60"
74
74
>
75
75
Hours
76
76
</div >
@@ -81,7 +81,7 @@ class="text-base text-slate-600 uppercase dark:text-white/60"
81
81
class =" font-bold"
82
82
></number-flow >
83
83
<div
84
- class =" text-base text-slate-600 uppercase dark:text-white/60"
84
+ class =" text-sm text-slate-600 uppercase sm:text-base dark:text-white/60"
85
85
>
86
86
Minutes
87
87
</div >
@@ -92,7 +92,7 @@ class="text-base text-slate-600 uppercase dark:text-white/60"
92
92
class =" font-bold"
93
93
></number-flow >
94
94
<div
95
- class =" text-base text-slate-600 uppercase dark:text-white/60"
95
+ class =" text-sm text-slate-600 uppercase sm:text-base dark:text-white/60"
96
96
>
97
97
Seconds
98
98
</div >
@@ -117,7 +117,7 @@ class="text-base text-slate-600 uppercase dark:text-white/60"
117
117
})
118
118
}
119
119
"
120
- class =" relative isolate p -10"
120
+ class =" relative isolate py -10"
121
121
>
122
122
<div
123
123
x-init ="
@@ -139,13 +139,13 @@ class="atropos"
139
139
<img
140
140
src =" {{ Vite:: asset (' resources/images/laracon-us-2025/ticket.webp' ) } }"
141
141
alt =" Laracon US 2025 Ticket"
142
- class =" max-w-130"
142
+ class =" w-full max-w-130"
143
143
/>
144
144
<img
145
145
data-atropos-offset =" 8"
146
146
src =" {{ Vite:: asset (' resources/images/laracon-us-2025/laracon-text.webp' ) } }"
147
147
alt =" Laracon"
148
- class =" absolute right-34 bottom-6 w-58"
148
+ class =" absolute right-[23vw] bottom-[4vw] w-[40vw] sm:right- 34 sm: bottom-6 sm: w-58"
149
149
/>
150
150
</div >
151
151
</div >
@@ -227,10 +227,10 @@ class="mx-auto max-w-2xl pt-4 text-base/relaxed text-gray-600 sm:text-lg/relaxed
227
227
})
228
228
}
229
229
"
230
- class =" mt-5 w-full max-w-56"
230
+ class =" mt-7 w-full max-w-56"
231
231
>
232
232
<a
233
- href =
" mailto:[email protected] ?subject=Interested%20In%20Being%20a%20Partner "
233
+ href =" #enter-to-win "
234
234
class =" flex items-center justify-center gap-2.5 rounded-2xl bg-zinc-800 px-6 py-4 text-white transition duration-200 hover:bg-zinc-900 dark:bg-violet-400/80 dark:drop-shadow-xl dark:drop-shadow-transparent dark:hover:bg-violet-400 dark:hover:drop-shadow-violet-400/30"
235
235
>
236
236
Enter to Win
0 commit comments