Skip to content

Commit 30a8421

Browse files
committed
fix mobile
1 parent 921cda3 commit 30a8421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcweb/pages/landing/landing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ def landing() -> rx.Component:
3939
os_stats(),
4040
deploy_section(),
4141
final_cta(),
42-
class_name="flex flex-col size-full justify-center items-center",
42+
class_name="flex flex-col size-full justify-center items-center max-w-[calc(100vw-2rem)] mx-auto",
4343
)

0 commit comments

Comments
 (0)