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) {
1313 return (
1414 < section
1515 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" ,
1717 className ,
1818 ) }
1919 >
@@ -23,7 +23,7 @@ export function RegisterToday({ className }: RegisterTodayProps) {
2323 alt = "GraphQL Conference"
2424 width = "450"
2525 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]"
2727 />
2828 < div className = "flex flex-col justify-between" >
2929 < div >
You can’t perform that action at this time.
0 commit comments