Skip to content

Commit 505118b

Browse files
authored
fix contact sales button margin (#1624)
1 parent f698968 commit 505118b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcweb/pages/landing/views/start_building.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ def start_building() -> rx.Component:
2727
button(
2828
"Contact sales",
2929
size="xl",
30+
class_name="mt-6",
3031
),
31-
class_name="mt-6",
3232
),
3333
class_name="flex flex-col justify-center items-center lg:mx-auto md:w-full max-w-[64.19rem] lg:border-x border-slate-3 pb-[6.31rem] border-t border-slate-3 py-[6rem] relative z-[1] overflow-hidden isolate w-screen -mx-4",
3434
)

0 commit comments

Comments
 (0)