File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ def numbers_pattern(
4141 position_class = "left-0" if side == "left" else "right-0"
4242 light_dark_path = rx .color_mode_cond ("light" , "dark" )
4343
44- src = f"landing/patterns/{ light_dark_path } /numbers-pattern.webp"
44+ src = f"/ landing/patterns/{ light_dark_path } /numbers-pattern.webp"
4545
4646 # Determine if we need to flip: right side XOR reverse
4747 # - right side normally flips
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments