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:
@@ -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]");
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user