We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8d4217 + 6b1a1a7 commit f9b7c20Copy full SHA for f9b7c20
src/pages/SelectInfo.tsx
@@ -337,7 +337,7 @@ const SelectInfo = () => {
337
/>
338
</Helmet>
339
340
- <div className="flex min-h-screen w-[360px] flex-col bg-white md:w-[375px] lg:w-[500px]">
+ <div className="mx-auto flex min-h-screen w-[360px] flex-col bg-white md:w-[375px] lg:w-[500px]">
341
<Header title={headerTitle} showShareIcon={false} />
342
343
<div className="mx-auto w-[320px]">
0 commit comments