File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 relative isolate bg-stone-300 text-stone-950 lg:rounded-lg 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 p-3 sm:p-4 lg:p-6
8080 drop-shadow-stone-900 drop-shadow-sm"
8181 ref = { topTenPostsRef }
8282 >
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const Hero = () => {
2727 }
2828
2929 return (
30- < section className = "w-full flex flex-col items-center gap-8 max-w-7xl relative isolate bg-stone-100 text-stone-950 p-3 sm:p-4 lg:p-6 my-6 lg:my-8" >
30+ < section className = "w-full flex flex-col items-center gap-8 max-w-7xl bg-stone-100 text-stone-950 p-3 sm:p-4 lg:p-6 my-6 lg:my-8" >
3131 < h1 className = "text-extremely-large font-mono font-semibold" >
3232 Infinite Scroll Feed
3333 </ h1 >
You can’t perform that action at this time.
0 commit comments