We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64cfb59 + ad045c7 commit c7b8e74Copy full SHA for c7b8e74
1 file changed
packages/fxa-settings/src/components/AppLayout/index.tsx
@@ -187,8 +187,8 @@ export const AppLayout = ({
187
}
188
/>
189
<div className="mobileLandscape:items-center tablet:flex-1 tablet:bg-white tablet:ml-auto flex flex-col flex-1">
190
- <main className="py-8 px-6 tablet:px-10 mobileLandscape:py-9 flex justify-center items-center flex-1">
191
- <section className="max-w-120">
+ <main className="flex justify-center items-center flex-1">
+ <section className="max-w-120 desktop:w-120 px-8 py-8">
192
{loading ? (
193
<LoadingSpinner className="h-full flex items-center" />
194
) : (
0 commit comments