diff --git a/products/statement-generator/src/pages/Landing.tsx b/products/statement-generator/src/pages/Landing.tsx index c5e14176..db2f3842 100644 --- a/products/statement-generator/src/pages/Landing.tsx +++ b/products/statement-generator/src/pages/Landing.tsx @@ -49,8 +49,9 @@ const useStyles = makeStyles(({ globals, palette, breakpoints, spacing }) => }, '& h2': { fontWeight: '600', + fontSize: '1.5rem', [breakpoints.down(breakpoints.values.sm)]: { - textAlign: 'left', + textAlign: 'center', alignSelf: 'flex-start', }, },