Skip to content

Commit

Permalink
fix: update post max width
Browse files Browse the repository at this point in the history
  • Loading branch information
joshxfi committed Apr 24, 2024
1 parent cc39da4 commit b7cde1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/dashboard/feed/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function Feed() {
<section className="max-w-screen-lg mx-auto flex space-x-6">
<SdgSidebar />

<div className="min-w-[500px]">
<div className="max-w-[550px]">
<PostForm />
<Separator className="my-8 bg-zinc-300" />
<div className="space-y-4 mb-4">
Expand Down

0 comments on commit b7cde1f

Please sign in to comment.