pushing Hero down a bit and adding active states in routed links

This commit is contained in:
ajaythapliyal
2023-02-24 16:41:58 +05:30
parent d1d478ea29
commit 9d13034b7a
3 changed files with 12 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ export default function Conversation() {
></ConversationBubble>
);
})}
{messages.length === 0 && <Hero className="mt-24 md:mt-36"></Hero>}
{messages.length === 0 && <Hero className="mt-24 md:mt-52"></Hero>}
</div>
<div className="fixed bottom-14 flex w-10/12 md:bottom-12 md:w-[50%]">
<div