File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4949
5050 < title > EMB Engineering - Software Engineer & Life Enthusiast</ title >
5151 </ head >
52- < body class ="font-sans antialiased text-gray-900 leading-normal tracking-wider bg-screen-image bg-cover ">
52+ < body class ="font-sans antialiased text-gray-900 leading-normal tracking-wider bg-screen-image bg-cover bg-center min-h-screen ">
5353 < noscript > You need to enable JavaScript to run this website.</ noscript >
5454 < div id ="root "> </ div >
5555 < script type ="module " src ="/src/main.tsx "> </ script >
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const Home = () => {
2929 } , [ darkMode ] ) ;
3030
3131 return (
32- < div className = "max-w-7xl max-h-screen h-screen flex items-center justify-center px-6 mx-auto" >
32+ < div className = "max-w-7xl flex items-center justify-center px-6 pt-20 pb-6 lg:py -6 mx-auto" >
3333 < div className = "w-full lg:basis-2/3 rounded-lg lg:rounded-l-lg shadow-2xl bg-gray-100 dark:bg-gray-900 text-gray-900 dark:text-gray-100" >
3434 < div className = "p-4 md:p-12 text-center lg:text-left" >
3535 < div className = "block lg:hidden rounded-full shadow-xl mx-auto -mt-16 h-48 w-48 bg-cover bg-center bg-profile-mobile" > </ div >
You can’t perform that action at this time.
0 commit comments