Skip to content

Commit

Permalink
Merge pull request #363 from SejongPeer/feature/20
Browse files Browse the repository at this point in the history
css 3치
  • Loading branch information
kimjuyoung99 authored Jul 22, 2024
2 parents 28f2a02 + e9da1e4 commit db0d5e1
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/pages/myPage/mypage/MyPage.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
flex-direction: column;
align-items: center;
justify-content: center;
margin-top:95%;
}

.informTitleBox {
Expand Down Expand Up @@ -84,7 +85,7 @@
.leftBox {
display: flex;
flex-direction: column;
align-items: center;
align-items:self-start;
/* justify-content: left; */
width: 12vw; /* 너비를 넓혔습니다 */
gap: 1vh;
Expand Down Expand Up @@ -160,7 +161,7 @@
.myInformWord {
width: 10vw;
text-align: left;
margin-left: 3vw;
margin-left: 1vw;
}

.rightArrow {
Expand Down Expand Up @@ -251,6 +252,7 @@
width: 26vw;
height: 6vh;
background-color: transparent;
padding-bottom: 20%;
}
}

Expand Down Expand Up @@ -284,6 +286,7 @@
flex-direction: column;
align-items: center;
justify-content: center;
margin-top:95%;
}

.informTitleBox {
Expand Down Expand Up @@ -411,7 +414,7 @@
.myInformWord {
width: 40vw;
text-align: left;
margin-left: 8vw;
margin-left: 1vw;
}

.rightArrow {
Expand Down Expand Up @@ -504,6 +507,8 @@
background-color: transparent;
cursor: pointer;
margin: 3%;
padding-bottom: 20%;
/* margin-bottom: 90%; */
}

.container5 {
Expand Down

0 comments on commit db0d5e1

Please sign in to comment.