We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f254715 commit eea64e4Copy full SHA for eea64e4
src/app/page.tsx
@@ -52,7 +52,7 @@ Your ultimate companion in navigating the academic landscape of Stanford.`,
52
53
return (
54
<main className="relative max-w-screen-md p-4 md:p-6 mx-auto flex min-h-lvh !pb-[240px] overflow-y-scroll">
55
- <div className="">
+ <div className="w-full">
56
{messages.map((message: MessageProps) => {
57
return <Message key={message.id} {...message} />;
58
})}
0 commit comments