Skip to content

Commit 8e0c2a8

Browse files
fix margin top for sm / lg viewports
1 parent 03ed73b commit 8e0c2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/feed/Feed.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const Feed = () => {
7676

7777
return (
7878
<main
79-
className="w-full flex flex-col items-center gap-8 lg:gap-12 max-w-7xl bg-stone-300 text-stone-950 lg:rounded-lg mt-6 sm:mt-8 lg:mt-6 p-3 sm:p-4 lg:p-6
79+
className="w-full flex flex-col items-center gap-8 lg:gap-12 max-w-7xl bg-stone-300 text-stone-950 lg:rounded-lg mt-6 lg:mt-8 p-3 sm:p-4 lg:p-6
8080
drop-shadow-stone-900 drop-shadow-sm"
8181
ref={topTenPostsRef}
8282
>

0 commit comments

Comments
 (0)