Skip to content

Commit 567e6bf

Browse files
authored
Update index.tsx
1 parent d31fcd4 commit 567e6bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ const Home = () => {
1212
Note: bot comments are not real and not associated with Matt Wolfe. This is fiction. Check out <a href="https://ai-mkbhd.vercel.app/" style={{opacity: 0.8 }} className="text-purple-500 hover:font-bold">MKBHD AI</a>
1313
</i>
1414
</div>
15-
<div className="mx-auto mt-2 flex w-full md:ml-16 max-w-7xl flex-col md:flex-row dark2-gradient">
15+
<div className="mx-auto mt-2 flex w-full max-w-7xl flex-col md:flex-row dark2-gradient">
1616
<div className="flex w-full md:ml-8 flex-row md:w-1/3 md:flex-col">
1717
<MREFLOW />
1818
</div>
19-
<div className="w-full md:w-6/3">
19+
<div className="w-full md:w-6/3 mr-8">
2020
<Chat />
2121
</div>
2222
</div>

0 commit comments

Comments
 (0)