chore: Make the main container dynamic based on the with of the menudrawer
This commit is contained in:
		| @@ -13,7 +13,7 @@ export default function LoginPage() { | ||||
|     const navigate = useNavigate(); | ||||
|  | ||||
|     return ( | ||||
|         <Box display="flex" justifyContent="center" alignItems="center" Height="100vh"> | ||||
|         <Box display="flex" justifyContent="center" alignItems="center" height="100vh"> | ||||
|             <Paper sx={{ p: 4, borderRadius: 2, boxShadow: 3, textAlign: 'center' }}> | ||||
|                 <Typography variant="h5" mb={2}>Login to Dream Views</Typography> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Rodolfo Ruiz
					Rodolfo Ruiz