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 49
49
50
50
< title > EMB Engineering - Software Engineer & Life Enthusiast</ title >
51
51
</ 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 ">
53
53
< noscript > You need to enable JavaScript to run this website.</ noscript >
54
54
< div id ="root "> </ div >
55
55
< script type ="module " src ="/src/main.tsx "> </ script >
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const Home = () => {
29
29
} , [ darkMode ] ) ;
30
30
31
31
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" >
33
33
< 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" >
34
34
< div className = "p-4 md:p-12 text-center lg:text-left" >
35
35
< 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