mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-16 02:59:06 +02:00
adjust footer to center
This commit is contained in:
@ -48,4 +48,6 @@ export const DisplayLayout = style({
|
|||||||
|
|
||||||
export const FooterLayout = style({
|
export const FooterLayout = style({
|
||||||
gridArea: "footer",
|
gridArea: "footer",
|
||||||
|
display: "flex",
|
||||||
|
justifyContent: "center",
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user