restrict size

This commit is contained in:
death916 2025-11-25 02:14:22 -08:00
parent ed1ace0600
commit bb266d405b

View file

@ -426,7 +426,8 @@ def index() -> rx.Component:
)
),
padding="2rem",
max_width="1200px",
max_width="800px",
max_height="300px",
margin="0 auto",
flex_direction="column",
)