We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d08592 commit b8f1ac7Copy full SHA for b8f1ac7
1 file changed
src/app/conf/2025/register-today/index.tsx
@@ -13,7 +13,7 @@ export function RegisterToday({ className }: RegisterTodayProps) {
13
return (
14
<section
15
className={clsx(
16
- "flex gap-x-24 gap-y-10 px-4 max-lg:flex-col-reverse md:px-24",
+ "flex gap-10 px-4 max-lg:flex-col-reverse md:px-24 xl:gap-x-24",
17
className,
18
)}
19
>
@@ -23,7 +23,7 @@ export function RegisterToday({ className }: RegisterTodayProps) {
23
alt="GraphQL Conference"
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]"
+ 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
/>
28
<div className="flex flex-col justify-between">
29
<div>
0 commit comments