Skip to content

Commit ef7237a

Browse files
committed
Improve paddings for medium screen sizes
1 parent d09158e commit ef7237a

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

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

Lines changed: 10 additions & 3 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-10 px-4 max-lg:flex-col-reverse md:px-24 xl:gap-x-24",
16+
"flex gap-10 px-4 max-lg:flex-col-reverse lg:px-10 xl:gap-x-24 xl:px-24",
1717
className,
1818
)}
1919
>
@@ -36,8 +36,15 @@ export function RegisterToday({ className }: RegisterTodayProps) {
3636
</p>
3737
</div>
3838
<div className="mt-10 flex gap-x-6 gap-y-4 max-md:flex-col">
39-
<Button>Register today</Button>
40-
<Button variant="secondary">Become a speaker</Button>
39+
<Button href="https://cvent.me/PBNYEe?utm_source=graphql_conf_2025&utm_medium=website&utm_campaign=register_section">
40+
Register today
41+
</Button>
42+
<Button
43+
variant="secondary"
44+
href="https://sessionize.com/graphqlconf-2025?utm_medium=website&utm_campaign=speaker_section"
45+
>
46+
Become a speaker
47+
</Button>
4148
</div>
4249
</div>
4350
</section>

0 commit comments

Comments
 (0)