From 51fcc997a88dd4679a9c3c27df2655d40cb04838 Mon Sep 17 00:00:00 2001 From: Sawyer Hood Date: Sun, 5 Jul 2026 10:08:04 -0700 Subject: [PATCH] Fix mobile landing automation mockup layout --- apps/landing/src/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/landing/src/styles.css b/apps/landing/src/styles.css index 4c09cf680..ed8816e0e 100644 --- a/apps/landing/src/styles.css +++ b/apps/landing/src/styles.css @@ -2446,7 +2446,7 @@ html.js .mock[data-construct]:not(.constructing):not(.constructed) { card's drop shadow fades into the left gutter instead of being shaved off at the card's own edge. overflow-y stays visible so the bottom shadow and the scroll-in entrance still show. */ - .mockup-wrap { + .mockup-wrap:not(.mockup-wrap-automation) { margin-left: -28px; margin-right: -28px; padding-left: 28px; @@ -2459,7 +2459,7 @@ html.js .mock[data-construct]:not(.constructing):not(.constructed) { (`--mock-visible-width`) fills the available width. Both vars are defined only here, so the mock is unscaled above this breakpoint; the fallback scale covers the pre-hydration/no-JS paint. */ - .mock { + .mockup-wrap:not(.mockup-wrap-automation) .mock { --mock-desktop-width: 980px; --mock-visible-width: 560px; width: var(--mock-desktop-width);