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 a5ad993 commit a0f126eCopy full SHA for a0f126e
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