RC-2-auth-pages #1

Merged
evgeniywas merged 8 commits from RC-2-auth-pages into dev 2023-06-11 13:39:34 +03:00
Showing only changes of commit 0464e64c60 - Show all commits

View File

@@ -5,7 +5,7 @@ import Box from '@mui/material/Box';
function LeftSideCanvas({ title, subtitle, text }) {
return (
<Box
className="h-screen relative hidden md:flex flex-auto items-center justify-center p-64 lg:px-112 overflow-hidden max-w-[45vw] w-full"
className="h-full min-h-screen relative hidden md:flex flex-auto items-center justify-center p-64 lg:px-112 overflow-hidden max-w-[45vw] w-full"
sx={{ backgroundColor: 'primary.main' }}
>
<svg