Skip to content

Commit d09158e

Browse files
committed
Improve mobile styles
1 parent 800b12f commit d09158e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/conf/2025/register-today/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)