diff --git a/front/components/UI/ScaffoldAuth.tsx b/front/components/UI/ScaffoldAuth.tsx index 279d331..acd6153 100644 --- a/front/components/UI/ScaffoldAuth.tsx +++ b/front/components/UI/ScaffoldAuth.tsx @@ -56,22 +56,27 @@ const ScaffoldAuth: FunctionComponent = ({ const [banner] = useAssets(require('../../assets/banner.jpg')); return ( - - + /> */} {layout.width > 650 && ( ChromaCase @@ -99,17 +104,32 @@ const ScaffoldAuth: FunctionComponent = ({ contentContainerStyle={{ padding: 16, flexGrow: 1, + width: '100%', justifyContent: 'center', alignSelf: 'center', + alignItems: 'center', }} > - - + {title} @@ -117,7 +137,7 @@ const ScaffoldAuth: FunctionComponent = ({ {description} - + = ({ }} /> )} - + ); };