fixes 2 from nicks list

This commit is contained in:
ajaythapliyal
2023-02-24 08:13:21 +05:30
parent 2461f5c1f6
commit 2bfba4cce8

View File

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