diff --git a/src/pages/Home/index.tsx b/src/pages/Home/index.tsx index 31aa5e9..c8a20a8 100644 --- a/src/pages/Home/index.tsx +++ b/src/pages/Home/index.tsx @@ -471,8 +471,10 @@ export function Home() { ))} - {/* Desktop: 3-column masonry that matches the Figma layout. */} -
+ {/* Desktop: masonry that matches the Figma layout. 2 columns at + md (with horizontal padding so cards don't kiss the screen + edge), 3 columns at lg+. */} +
{latestPosts.map((post, index) => (