Have the home and chat page take full height, reduce greeting top space

This commit is contained in:
Debanjum Singh Solanky
2024-08-03 11:54:12 +05:30
parent cf8745ef78
commit e66adf60c5
3 changed files with 13 additions and 26 deletions

View File

@@ -170,7 +170,7 @@ function ChatBodyData(props: ChatBodyDataProps) {
}
<div className={`w-full text-center justify-end content-end`}>
<div className="items-center">
<h1 className="text-center w-fit pb-6 px-4 mx-auto">{greeting}</h1>
<h1 className="text-2xl text-center w-fit pb-6 px-4 mx-auto">{greeting}</h1>
</div>
{
!props.isMobileWidth &&