Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/landing/src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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);
Expand Down
Loading