Skip to content

Commit

Permalink
핸드폰 비율 대응
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaisqls committed Mar 12, 2024
1 parent 2b5c4de commit c95b3a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/signup/SignUp.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ export const SignUp = () => {
}

return (
<div className="my-[10px] flex flex-col items-center justify-center h-screen bg-gray-200">
<form className="p-6 flex flex-col gap-[15px] bg-white rounded w-[500px]" onSubmit={handleSubmit}>
<div className="my-[20%] flex flex-col items-center justify-center h-screen bg-gray-200">
<form className="p-6 flex text-[0.9em] flex-col gap-[15px] bg-white rounded w-[100%]" onSubmit={handleSubmit}>
<img alt="logo" className="my-0 mx-auto h-16" src="https://github.com/rlaisqls/TIL/assets/81006587/4492b702-5cb6-40af-821d-e264cd82549b"/>
<p>안녕하세요. Xquare 회원가입 페이지입니다 :)<br/>자신의 정보를 입력하여 회원가입 해주세요!</p>
<InputField
Expand Down
6 changes: 3 additions & 3 deletions src/signup/SignUpDone.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ export const SignUpDone = () => {
<img className="my-0 mx-auto h-16" alt="logo"
src="https://github.com/rlaisqls/TIL/assets/81006587/4492b702-5cb6-40af-821d-e264cd82549b"/>

<img className="h-[300px] my-4"
<img className="w-[70%] my-4"
src="https://github.com/rlaisqls/rlaisqls/assets/81006587/416ba6e7-193d-43a2-89ec-284a86e72e86"
alt="Thankyou"/>
<p className="text-[20px] text-center leading-loose">
<p className="text-[1em] text-center leading-loose">
감사합니다! Xquare 회원가입이 완료되었습니다 :)<br/>
곧 공개될 학교 프로젝트들을 기대해주세요!<br/>
심심한 1학년이라면 아래 링크를 한 번 눌러보세용
</p>

<a href="https://scratched-aries-15e.notion.site/DSM-1-d314aa7ba06642cd999c6b01c7a35cc8?pvs=4">
<button
className="w-[230px] px-4 py-2 mt-6 text-white bg-[#9650FA] rounded-md hover:bg-[#8640FA] focus:outline-none focus:shadow-outline"
className="w-[100%] px-4 py-2 mt-6 text-white bg-[#9650FA] rounded-md hover:bg-[#8640FA] focus:outline-none focus:shadow-outline"
type="button"
>
선배들이 준비한 신입생 로드맵
Expand Down

0 comments on commit c95b3a6

Please sign in to comment.