Skip to content

Commit

Permalink
Fixed more responsive issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hmziqrs committed Oct 9, 2024
1 parent 2967a0f commit f5628c0
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ import SocialLinks from './socials';
export default function Home() {
return (
<main className="fixed h-full w-full flex flex-col items-center justify-center font-[family-name:var(--font-geist-mono)]">
<div className="text-center sm:text-left w-full sm:max-w-4xl sm:mx-auto bg-black">
<div className="text-center px-0 sm:px-4 sm:text-left w-full sm:max-w-4xl sm:mx-auto">
<h1 className="text-4xl">Busy building</h1>
<div className="h-2" />
<p className="text-sm">more updates coming soon!</p>
<div className="h-4" />
<div className="h-8" />
<p className="text-lg sm:text-xl">follow @{username}</p>
<div className="h-4" />
<div className="h-2" />
<SocialLinks />
</div>
</main>
Expand All @@ -20,3 +20,11 @@ export default function Home() {











0 comments on commit f5628c0

Please sign in to comment.