We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab5a84 commit 687d21fCopy full SHA for 687d21f
src/components/Home.tsx
@@ -29,7 +29,7 @@ const Home = () => {
29
}, [darkMode]);
30
31
return (
32
- <div className="max-w-7xl flex items-center justify-center px-6 pt-20 pb-6 lg:py-6 mx-auto">
+ <div className="max-w-7xl flex items-center justify-center px-6 pt-20 pb-6 lg:py-20 mx-auto">
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
<div className="p-4 md:p-12 text-center lg:text-left">
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>
0 commit comments