Skip to content

Commit

Permalink
revert (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
stakbucks authored Oct 1, 2024
1 parent 638cef2 commit 9f36257
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ export const layoutStyle = recipe({
},
variants: {
hasCTAButton: {
true: { height: `calc(100vh - ${CONTAINER_OFFSET_HEIGHT - OVERLAP_HEIGHT}px) - env(safe-area-inset-top))` },
false: { height: '100vh - env(safe-area-inset-top))' },
true: { height: `calc(100vh - ${CONTAINER_OFFSET_HEIGHT - OVERLAP_HEIGHT}px)` },
false: { height: '100vh' },
},
},
});
Expand Down

0 comments on commit 9f36257

Please sign in to comment.