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.
1 parent c1fc534 commit a9644c9Copy full SHA for a9644c9
src/components/Policy/PolicyButton.tsx
@@ -8,8 +8,8 @@ const PolicyButton = () => {
8
};
9
10
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">
+ <div className="absolute bottom-12 w-10/12 md:w-11/12">
+ <button type={'submit'} onClick={onClick} className="btn btn-outline btn-primary m-auto block w-full max-w-md">
13
동의하기
14
</button>
15
</div>
0 commit comments