From our kitchen to yours β recipes crafted with love, steeped in tradition, and made to be shared.
β¨ new recipes every week
Discover the latest additions to our collection, fresh from the kitchen!
See what our community is cooking β real attempts at our chef recipes, sorted by most loved.

This was a grid stretch issue. In a two-column CSS grid, items stretch to the tallest card in the row by default, so opening comments on one post was making the neighboring cardβs border grow too. I fixed it by making the post cards keep their own natural height in community-post-card.tsx (line 116) and by setting the post grids to items-start in community-page-client.tsx (line 385), profile/page.tsx (line 226), profile/[userId]/page.tsx (line 224), and RecipeClientPage.tsx (line 200).
View in community β