Skip to content

Commit

Permalink
Design: 스타일 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
BearHumanS committed Feb 22, 2024
1 parent c68befc commit eb804b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/detail/Detail.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
/*Pokemon - info*/
.pokemon__info__title {
text-align: left;
width: 57px;
width: 64px;
font-weight: bold;

&.id,
&.title {
width: 39px;
width: 43px;
}
}

Expand Down
2 changes: 0 additions & 2 deletions src/components/mypage/Mypage.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@
@media (max-width: 769px) {
font-size: 24px;
max-width: 350px;
width: 80vw;
margin-top: 28px;
}
}
Expand Down Expand Up @@ -208,7 +207,6 @@
position: relative;
padding-top: 15px;
height: 100%;
right: 158px;

&__btn {
width: 80px;
Expand Down

0 comments on commit eb804b5

Please sign in to comment.