Skip to content

Commit f1e3ae3

Browse files
authored
Update Main.tsx
1 parent 9b7bf81 commit f1e3ae3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default function Main({ posts }: { posts: Post[] }) {
4949
const latest = posts?.slice(0, 3) ?? []
5050

5151
return (
52-
<div className="space-y-24">
52+
<div className="space-y-24 overflow-x-hidden">
5353
<section className="relative overflow-hidden">
5454
<div
5555
aria-hidden

0 commit comments

Comments
 (0)