diff --git a/ui/frontend/build_src/src/pages/Home/home.css.ts b/ui/frontend/build_src/src/pages/Home/home.css.ts index 49480c52..9a7fffda 100644 --- a/ui/frontend/build_src/src/pages/Home/home.css.ts +++ b/ui/frontend/build_src/src/pages/Home/home.css.ts @@ -48,4 +48,6 @@ export const DisplayLayout = style({ export const FooterLayout = style({ gridArea: "footer", + display: "flex", + justifyContent: "center", });