File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/app/conf/2025/register-today Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ 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-lg:flex-col-reverse md:px-24" ,
16
+ "flex gap-10 px-4 max-lg:flex-col-reverse md:px-24 xl:gap-x -24" ,
17
17
className ,
18
18
) }
19
19
>
@@ -23,7 +23,7 @@ export function RegisterToday({ className }: RegisterTodayProps) {
23
23
alt = "GraphQL Conference"
24
24
width = "450"
25
25
height = "566"
26
- className = "aspect-[312/392.43 ] w-full object-cover lg:aspect-[450/566] lg:h-[566px] lg:w-[450px]"
26
+ className = "aspect-[312/392] w-full object-cover max-sm:hidden sm:aspect-[2] lg:aspect-[450/566] lg:h-[566px] lg:w-[450px]"
27
27
/>
28
28
< div className = "flex flex-col justify-between" >
29
29
< div >
You can’t perform that action at this time.
0 commit comments