Skip to content

Commit a9644c9

Browse files
committed
design: policy button 위치 및 반응형 수정
1 parent c1fc534 commit a9644c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Policy/PolicyButton.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ const PolicyButton = () => {
88
};
99

1010
return (
11-
<div className="absolute bottom-12 w-full max-w-5xl">
12-
<button type={'submit'} onClick={onClick} className="btn btn-outline btn-primary display m-auto">
11+
<div className="absolute bottom-12 w-10/12 md:w-11/12">
12+
<button type={'submit'} onClick={onClick} className="btn btn-outline btn-primary m-auto block w-full max-w-md">
1313
동의하기
1414
</button>
1515
</div>

0 commit comments

Comments
 (0)