diff --git a/peikarband/src/presentation/web/pages/landing/index.py b/peikarband/src/presentation/web/pages/landing/index.py index dc87180..0faa0cd 100644 --- a/peikarband/src/presentation/web/pages/landing/index.py +++ b/peikarband/src/presentation/web/pages/landing/index.py @@ -1795,7 +1795,7 @@ def footer() -> rx.Component: direction=rx.breakpoints(initial="column", lg="row"), width="100%", align="center", - justify=rx.breakpoints(initial="center", lg="space-between"), + justify=rx.breakpoints(initial="center", lg="between"), spacing=rx.breakpoints(initial="8", lg="0"), padding_y=rx.breakpoints(initial="30px", md="40px"), ),