Skip to content

Commit

Permalink
fix: unneeded horizontal scrolling on Onboarding pages (#27134)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasheriques authored Jan 2, 2025
1 parent 6a1f516 commit 926499c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export function OnboardingProductIntroduction({ stepKey }: { stepKey: Onboarding
return (
<OnboardingStep title="Product Intro" stepKey={stepKey} continueOverride={<></>} hideHeader>
{billingProduct ? (
<div className="unsubscribed-product-landing-page -m-6 -mt-8">
<div className="unsubscribed-product-landing-page -m-scene-padding -mt-8">
<header className="bg-primary-alt-highlight border-b border-t border-border flex justify-center p-8">
<div className="grid md:grid-cols-2 items-center gap-8 w-full max-w-screen-xl">
<div className="">
Expand Down
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ const config = {
// All whole number values divisible by 20 up to 200 ensured above
248: '62rem',
300: '75rem',
'scene-padding': 'var(--scene-padding)',
},
rotate: {
270: '270deg',
Expand Down

0 comments on commit 926499c

Please sign in to comment.