diff --git a/public/favicon.ico b/public/favicon.ico index 9a2b3d3fa..8b6706663 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html index ce6fd1eb2..9063e2dc6 100644 --- a/public/index.html +++ b/public/index.html @@ -9,7 +9,7 @@ name="description" content="A functional web wallet to interact with the Hermez zk-rollup user accounts." /> - + \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/images/hermez-logo.svg b/src/images/hermez-logo.svg index 572e2a7fd..c6f9495a1 100644 --- a/src/images/hermez-logo.svg +++ b/src/images/hermez-logo.svg @@ -1 +1,7 @@ - \ No newline at end of file + + + + + + + diff --git a/src/views/shared/public-layout/public-layout.styles.ts b/src/views/shared/public-layout/public-layout.styles.ts index 95fb1c3cf..10e5aae5f 100644 --- a/src/views/shared/public-layout/public-layout.styles.ts +++ b/src/views/shared/public-layout/public-layout.styles.ts @@ -14,9 +14,7 @@ const usePublicLayoutStyles = createUseStyles((theme: Theme) => ({ alignItems: "center", }, logo: { - width: 128, - marginTop: theme.spacing(6), - marginBottom: theme.spacing(4), + width: 400, [theme.breakpoints.upSm]: { marginTop: theme.spacing(9), },