We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921cda3 commit 30a8421Copy full SHA for 30a8421
pcweb/pages/landing/landing.py
@@ -39,5 +39,5 @@ def landing() -> rx.Component:
39
os_stats(),
40
deploy_section(),
41
final_cta(),
42
- class_name="flex flex-col size-full justify-center items-center",
+ class_name="flex flex-col size-full justify-center items-center max-w-[calc(100vw-2rem)] mx-auto",
43
)
0 commit comments