Keep Triple Step art flush to the section’s right edge.

Drop the mid-width side gutter so the 1:2 ornament column meets the viewport from md up, while copy keeps its left inset.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
adilallo
2026-08-19 11:48:51 -06:00
co-authored by Cursor
parent 91f1d1569a
commit a525b12b5c
4 changed files with 15 additions and 9 deletions
@@ -28,5 +28,11 @@ describe("TripleStep", () => {
"href",
"/create",
);
const artImg = document.querySelector(
'[data-figma-node="22084-859405"] img',
);
expect(artImg).toBeTruthy();
expect(artImg?.parentElement).toHaveClass("aspect-[1/2]");
});
});