mirror of
https://github.com/Death916/deathclock.git
synced 2026-04-10 03:04:40 -07:00
restrict size
This commit is contained in:
parent
ed1ace0600
commit
bb266d405b
1 changed files with 2 additions and 1 deletions
|
|
@ -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",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue