Skip to content

Commit

Permalink
Update page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
thebkht authored Oct 29, 2023
1 parent 0a4951f commit 4da09c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(Main)/feed/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default async function Feed() {

return (
<>
<main className="flex flex-col items-center justify-between feed px-8">
<main className="flex flex-col items-center justify-between feed xl:px-8">
<ExploreTabs />
<div className="md:flex lg:flex-nowrap flex-wrap md:mx-[-16px] w-full gap-8 my-8">
<div className="md:my-4 w-full lg:w-3/4 pr-20">
Expand Down

0 comments on commit 4da09c8

Please sign in to comment.