Skip to content

Commit 6b1a1a7

Browse files
committed
fix: select info 화면 중앙 정렬
1 parent a8d4217 commit 6b1a1a7

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)