Skip to content

Commit

Permalink
tweak padding
Browse files Browse the repository at this point in the history
  • Loading branch information
mckaywrigley committed Mar 11, 2023
1 parent ad502cf commit 6b2ff1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default function Home() {
<div className="flex flex-col h-screen">
<Navbar />

<div className="flex-1 overflow-auto sm:px-10 pb-4 sm:pb-20">
<div className="flex-1 overflow-auto sm:px-10 pb-4 sm:pb-10">
<div className="max-w-[800px] mx-auto mt-4 sm:mt-12">
<Chat
messages={messages}
Expand Down

0 comments on commit 6b2ff1c

Please sign in to comment.