We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a4393 commit 0ec15cfCopy full SHA for 0ec15cf
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-10 px-4 max-lg:flex-col-reverse lg:px-10 xl:gap-x-24 xl:px-24",
+ "flex gap-10 px-4 max-lg:flex-col-reverse lg:px-12 xl:gap-x-24 xl:px-24",
17
className,
18
)}
19
>
@@ -35,7 +35,7 @@ export function RegisterToday({ className }: RegisterTodayProps) {
35
shape the next decade of APIs!
36
</p>
37
</div>
38
- <div className="mt-10 flex gap-x-6 gap-y-4 max-md:flex-col">
+ <div className="mt-10 flex gap-x-6 gap-y-4 max-sm:flex-col">
39
<Button href="https://cvent.me/PBNYEe?utm_source=graphql_conf_2025&utm_medium=website&utm_campaign=register_section">
40
Register today
41
</Button>
0 commit comments