mirror of
https://github.com/aljazceru/AgentGPT.git
synced 2025-12-17 14:04:25 +01:00
🎨 Improve responsiveness
This commit is contained in:
@@ -49,11 +49,11 @@ const Home: NextPage = () => {
|
|||||||
id="title"
|
id="title"
|
||||||
className="relative flex flex-col items-center font-mono"
|
className="relative flex flex-col items-center font-mono"
|
||||||
>
|
>
|
||||||
<div className="flex items-center shadow-2xl">
|
<div className="flex flex-row items-center shadow-2xl">
|
||||||
<span className="text-6xl font-bold text-[#C0C0C0]">Agent</span>
|
<span className="text-6xl font-bold text-[#C0C0C0]">Agent</span>
|
||||||
<span className="mr-5 text-6xl font-bold text-white">GPT</span>
|
<span className="mr-5 text-6xl font-bold text-white">GPT</span>
|
||||||
<span className="hidden md:flex">
|
<span className="absolute right-10 top-0 block hidden md:flex">
|
||||||
<PopIn delay={0.5} className="absolute right-12 top-0 ">
|
<PopIn delay={0.5}>
|
||||||
<Badge>Beta 🚀</Badge>
|
<Badge>Beta 🚀</Badge>
|
||||||
</PopIn>
|
</PopIn>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user