diff --git a/src/pages/authentication/AuthWrapper.js b/src/pages/authentication/AuthWrapper.js index f5b6b4c..8ec5b56 100644 --- a/src/pages/authentication/AuthWrapper.js +++ b/src/pages/authentication/AuthWrapper.js @@ -190,17 +190,20 @@ const AuthWrapper = ({ children }) => { direction="row" justifyContent="space-between" alignItems="center" - sx={{ minHeight: '87vh' }} + sx={{ + minHeight: { xs: '100vh', md: '87vh' }, + flexDirection: { xs: 'column', md: 'row' } + }} > - + - + {checkPaymentSuspension() ? (
{ spacing={2} sx={{ minHeight: { md: 'calc(50vh)' } }} > - + @@ -255,12 +258,29 @@ const AuthWrapper = ({ children }) => { - + {children}