初始化提交

This commit is contained in:
2024-08-13 09:37:23 +08:00
parent 4923337038
commit e112fa4e44
50 changed files with 1649 additions and 259 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import ChatSection from "./components/chat-section";
export default function Home() {
return (
<main className="h-screen w-screen flex justify-center items-center background-gradient">
<div className="space-y-2 lg:space-y-10 w-[90%] lg:w-[60rem]">
<div className="space-y-2 lg:space-y-10 w-[90%] lg:w-[90rem]">
<Header />
<div className="h-[65vh] flex">
<ChatSection />