diff --git a/new-lamassu-admin/src/pages/Wizard/components/Footer.js b/new-lamassu-admin/src/pages/Wizard/components/Footer.js index 7405bb76..0b5ad681 100644 --- a/new-lamassu-admin/src/pages/Wizard/components/Footer.js +++ b/new-lamassu-admin/src/pages/Wizard/components/Footer.js @@ -34,6 +34,9 @@ const useStyles = makeStyles(() => ({ smallWrapper: { height: 84 }, + title: { + margin: [[0, spacer * 4, 0, 0]], + }, subtitle: { marginTop: spacer, marginBottom: 6, @@ -79,11 +82,11 @@ function Footer({ next, current, steps: collection, path, tag, p }) { item xs={5} container - direction="column" + direction={open ? "column" : "row"} justify="flex-start" - alignItems="flex-start"> -
{p}
}