🔥 Mobile god

This commit is contained in:
Asim Shrestha
2023-04-08 10:13:25 -07:00
parent b1fc5bc1bb
commit a8ac614f22
4 changed files with 29 additions and 17 deletions

View File

@@ -48,8 +48,12 @@ const Home: NextPage = () => {
className="relative flex flex-col items-center font-mono"
>
<div className="flex flex-row items-start shadow-2xl">
<span className="text-6xl font-bold text-[#C0C0C0]">Agent</span>
<span className="text-6xl font-bold text-white">GPT</span>
<span className="text-4xl font-bold text-[#C0C0C0] sm:text-6xl xs:text-5xl">
Agent
</span>
<span className="text-4xl font-bold text-white sm:text-6xl xs:text-5xl">
GPT
</span>
<PopIn delay={0.5}>
<Badge>Beta 🚀</Badge>
</PopIn>