@@ -368,9 +368,9 @@ class="size-7"
368
368
<img
369
369
src =" {{ Vite:: asset (' resources/images/simon2025laraconeu.webp' ) } }"
370
370
alt =" Simon Hamp presenting at Laracon EU 2025 on building mobile apps with PHP"
371
- class =" w-full max-w-96 rounded-xl"
372
- width =" 384 "
373
- height =" 216 "
371
+ class =" w-full max-w-[505px] rounded-xl"
372
+ width =" 505 "
373
+ height =" 284 "
374
374
loading =" lazy"
375
375
/>
376
376
</a >
@@ -967,9 +967,11 @@ class="group grid size-12 place-items-center overflow-hidden rounded-full border
967
967
class =" mx-auto mt-20 max-w-5xl px-5"
968
968
aria-labelledby =" laracon-talk-title"
969
969
>
970
- <div class =" flex flex-wrap items-center justify-between gap-5" >
970
+ <div
971
+ class =" flex flex-col items-center gap-5 lg:flex-row lg:justify-between"
972
+ >
971
973
{{-- Left side --}}
972
- <div class =" lg:max-w-96" >
974
+ <div class =" text-center lg:max-w-96" >
973
975
<div
974
976
x-init ="
975
977
() => {
@@ -1011,7 +1013,7 @@ class="inline-block rounded-full px-3 py-1 text-sm font-medium uppercase ring-1
1011
1013
})
1012
1014
}
1013
1015
"
1014
- class =" pt-3 text-xl font-medium capitalize opacity-0"
1016
+ class =" pt-2.5 text-xl font-medium capitalize opacity-0"
1015
1017
>
1016
1018
Where did this come from?
1017
1019
</h2 >
@@ -1034,7 +1036,7 @@ class="pt-3 text-xl font-medium capitalize opacity-0"
1034
1036
})
1035
1037
}
1036
1038
"
1037
- class =" pt-2 leading-relaxed text-gray-500 opacity-0 dark:text-gray-400"
1039
+ class =" pt-1.5 leading-relaxed text-gray-500 opacity-0 dark:text-gray-400"
1038
1040
>
1039
1041
Watch Marcel's original NativePHP talk from Laracon US 2023
1040
1042
in Nashville. Minds were blown as he demonstrated how to use
@@ -1093,9 +1095,9 @@ class="size-7"
1093
1095
<img
1094
1096
src =" {{ Vite:: asset (' resources/images/marcel2023laraconus.webp' ) } }"
1095
1097
alt =" Marcel Pociot at Laracon US - Building Desktop Applications with PHP"
1096
- class =" w-full max-w-[505px] rounded-xl"
1098
+ class =" w-full max-w-[505px] rounded-xl ring-1 ring-black/10 "
1097
1099
width =" 505"
1098
- height =" 282 "
1100
+ height =" 284 "
1099
1101
loading =" lazy"
1100
1102
/>
1101
1103
</a >
0 commit comments