File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
src/app/conf/2025/register-today Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,17 @@ export function RegisterToday({ className }: RegisterTodayProps) {
13
13
return (
14
14
< section
15
15
className = { clsx (
16
- "flex gap-x-24 gap-y-10 px-4 max-md :flex-col md:px-24" ,
16
+ "flex gap-x-24 gap-y-10 px-4 max-lg :flex-col-reverse md:px-24" ,
17
17
className ,
18
18
) }
19
19
>
20
+ { /* todo: test if the placeholder works in deploy preview */ }
20
21
< NextImage
21
22
src = { speakerImage }
22
23
alt = "GraphQL Conference"
23
- width = { 450 }
24
- height = { 566 }
25
- className = "object-cover"
24
+ width = " 450"
25
+ height = " 566"
26
+ className = "aspect-[312/392.43] w-full object-cover lg:aspect-[450/566] lg:h-[566px] lg:w-[450px] "
26
27
/>
27
28
< div className = "flex flex-col justify-between" >
28
29
< div >
@@ -34,7 +35,7 @@ export function RegisterToday({ className }: RegisterTodayProps) {
34
35
shape the next decade of APIs!
35
36
</ p >
36
37
</ div >
37
- < div className = "flex gap-x-6 gap-y-4 max-md:flex-col" >
38
+ < div className = "mt-10 flex gap-x-6 gap-y-4 max-md:flex-col" >
38
39
< Button > Register today</ Button >
39
40
< Button variant = "secondary" > Become a speaker</ Button >
40
41
</ div >
You can’t perform that action at this time.
0 commit comments