Merge terry-staging into main
All checks were successful
Deploy to Frontend Servers / deploy (push) Successful in 26s

This commit is contained in:
TerryM
2026-05-31 19:24:26 +08:00

View File

@@ -471,8 +471,10 @@ export function Home() {
</Reveal>
))}
</div>
{/* Desktop: 3-column masonry that matches the Figma layout. */}
<div className="mt-7 hidden gap-4 md:block md:columns-3">
{/* 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+. */}
<div className="mt-7 hidden gap-4 px-4 md:block md:columns-2 lg:columns-3 lg:px-0">
{latestPosts.map((post, index) => (
<Reveal
key={post.id}