adjust footer to center

This commit is contained in:
caranicas 2022-09-19 19:02:01 -04:00
parent cf1d1a97f3
commit 34cb532e6b

View File

@ -48,4 +48,6 @@ export const DisplayLayout = style({
export const FooterLayout = style({
gridArea: "footer",
display: "flex",
justifyContent: "center",
});