Skip to content

Commit 83e973d

Browse files
🎨 Update medal image sizes and titles for improved visibility in prizes section
1 parent 3e6058a commit 83e973d

File tree

1 file changed

+25
-13
lines changed

1 file changed

+25
-13
lines changed

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

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -305,10 +305,12 @@ class="absolute -top-40 -right-40 -z-10 size-80 rounded-full bg-gradient-to-t fr
305305
<img
306306
src="{{ Vite::asset('resources/images/prizes/gold_medal.webp') }}"
307307
alt=""
308-
class="h-8"
308+
class="h-8 lg:h-9"
309309
/>
310310
{{-- Title --}}
311-
<h6 class="text-lg font-medium">1st Place</h6>
311+
<h6 class="text-lg font-medium lg:text-xl">
312+
1st Place
313+
</h6>
312314
</div>
313315
</div>
314316
</div>
@@ -330,7 +332,7 @@ class="text-2xl leading-relaxed font-semibold text-sky-900 transition duration-3
330332
src="{{ Vite::asset('resources/images/prizes/nativephp_black_shirt.webp') }}"
331333
alt=""
332334
loading="lazy"
333-
class="pointer-events-none -mb-20 h-40 transition duration-300 ease-in-out will-change-transform select-none group-hover:-translate-x-0.5 dark:contrast-120"
335+
class="pointer-events-none relative right-2 -mb-20 h-40 transition duration-300 ease-in-out will-change-transform select-none group-hover:-translate-x-0.5 dark:contrast-120"
334336
/>
335337
{{-- Shiny circle --}}
336338
<div
@@ -344,19 +346,23 @@ class="absolute -top-40 -right-40 -z-10 size-80 rounded-full bg-gradient-to-t fr
344346
<img
345347
src="{{ Vite::asset('resources/images/prizes/gold_medal.webp') }}"
346348
alt=""
347-
class="h-8"
349+
class="h-8 lg:h-9"
348350
/>
349351
{{-- Title --}}
350-
<h6 class="text-lg font-medium">1st Place</h6>
352+
<h6 class="text-lg font-medium lg:text-xl">
353+
1st Place
354+
</h6>
351355
</div>
352356
<div class="flex items-center gap-2.5">
353357
<img
354358
src="{{ Vite::asset('resources/images/prizes/silver_medal.webp') }}"
355359
alt=""
356-
class="h-8"
360+
class="h-8 lg:h-9"
357361
/>
358362
{{-- Title --}}
359-
<h6 class="text-lg font-medium">2nd Place</h6>
363+
<h6 class="text-lg font-medium lg:text-xl">
364+
2nd Place
365+
</h6>
360366
</div>
361367
</div>
362368
</div>
@@ -391,28 +397,34 @@ class="absolute -top-40 -right-40 -z-10 size-80 rounded-full bg-gradient-to-t fr
391397
<img
392398
src="{{ Vite::asset('resources/images/prizes/gold_medal.webp') }}"
393399
alt=""
394-
class="h-8"
400+
class="h-8 lg:h-9"
395401
/>
396402
{{-- Title --}}
397-
<h6 class="text-lg font-medium">1st Place</h6>
403+
<h6 class="text-lg font-medium lg:text-xl">
404+
1st Place
405+
</h6>
398406
</div>
399407
<div class="flex items-center gap-2.5">
400408
<img
401409
src="{{ Vite::asset('resources/images/prizes/silver_medal.webp') }}"
402410
alt=""
403-
class="h-8"
411+
class="h-8 lg:h-9"
404412
/>
405413
{{-- Title --}}
406-
<h6 class="text-lg font-medium">2nd Place</h6>
414+
<h6 class="text-lg font-medium lg:text-xl">
415+
2nd Place
416+
</h6>
407417
</div>
408418
<div class="flex items-center gap-2.5">
409419
<img
410420
src="{{ Vite::asset('resources/images/prizes/bronze_medal.webp') }}"
411421
alt=""
412-
class="h-8"
422+
class="h-8 lg:h-9"
413423
/>
414424
{{-- Title --}}
415-
<h6 class="text-lg font-medium">3rd Place</h6>
425+
<h6 class="text-lg font-medium lg:text-xl">
426+
3rd Place
427+
</h6>
416428
</div>
417429
</div>
418430
</div>

0 commit comments

Comments
 (0)