Skip to content

Commit 687d21f

Browse files
Increase Y space on large breakpoint
1 parent 7ab5a84 commit 687d21f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const Home = () => {
2929
}, [darkMode]);
3030

3131
return (
32-
<div className="max-w-7xl flex items-center justify-center px-6 pt-20 pb-6 lg:py-6 mx-auto">
32+
<div className="max-w-7xl flex items-center justify-center px-6 pt-20 pb-6 lg:py-20 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>

0 commit comments

Comments
 (0)