feat: fix responsiveness

This commit is contained in:
2025-04-16 08:36:53 +05:30
parent c616160a92
commit 0e7b175fa4

View File

@@ -12,7 +12,7 @@ export default function Home() {
}, []); }, []);
return ( return (
<div className="w-screen h-screen flex flex-col justify-center items-center gap-3 bg-background text-foreground font-raleway"> <div className="w-screen h-screen flex flex-col justify-center items-center gap-3 bg-background text-foreground font-raleway overflow-hidden">
<SiF /> <SiF />
<div className="flex flex-col items-center gap-1 leading-none"> <div className="flex flex-col items-center gap-1 leading-none">
<h1 className="text-4xl font-bold">SilicoFlare</h1> <h1 className="text-4xl font-bold">SilicoFlare</h1>
@@ -28,7 +28,7 @@ export default function Home() {
</a> </a>
</div> </div>
<div className="flex items-center gap-10 mt-5"> <div className="flex items-center gap-5 md:gap-10 mt-5">
<a href="mailto:hi@silicoflare.site"> <a href="mailto:hi@silicoflare.site">
<CgMail size={40} /> <CgMail size={40} />
</a> </a>