Skip to content

Commit 0ec15cf

Browse files
committed
Improve medium screen size styles
1 parent 13a4393 commit 0ec15cf

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-10 px-4 max-lg:flex-col-reverse lg:px-10 xl:gap-x-24 xl:px-24",
16+
"flex gap-10 px-4 max-lg:flex-col-reverse lg:px-12 xl:gap-x-24 xl:px-24",
1717
className,
1818
)}
1919
>
@@ -35,7 +35,7 @@ export function RegisterToday({ className }: RegisterTodayProps) {
3535
shape the next decade of APIs!
3636
</p>
3737
</div>
38-
<div className="mt-10 flex gap-x-6 gap-y-4 max-md:flex-col">
38+
<div className="mt-10 flex gap-x-6 gap-y-4 max-sm:flex-col">
3939
<Button href="https://cvent.me/PBNYEe?utm_source=graphql_conf_2025&utm_medium=website&utm_campaign=register_section">
4040
Register today
4141
</Button>

0 commit comments

Comments
 (0)