Skip to content

Commit f9b7c20

Browse files
authored
Merge pull request #302 from Soohyuniii/bugfix/select-info-화면-정렬
fix: select info 화면 중앙 정렬
2 parents a8d4217 + 6b1a1a7 commit f9b7c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/SelectInfo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ const SelectInfo = () => {
337337
/>
338338
</Helmet>
339339

340-
<div className="flex min-h-screen w-[360px] flex-col bg-white md:w-[375px] lg:w-[500px]">
340+
<div className="mx-auto flex min-h-screen w-[360px] flex-col bg-white md:w-[375px] lg:w-[500px]">
341341
<Header title={headerTitle} showShareIcon={false} />
342342

343343
<div className="mx-auto w-[320px]">

0 commit comments

Comments
 (0)