Skip to content

Commit

Permalink
Merge pull request #117 from LikeLionHGU/#115/MyPageStyle-최예라
Browse files Browse the repository at this point in the history
fix: 강사 이미지 css 수정
  • Loading branch information
YearaChoi authored Aug 6, 2024
2 parents 81b2542 + 7ed6d3a commit 985c450
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/components/LectureListPage/TeacherProfileModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,19 +151,24 @@ const Left = styled.div`
width: 265px;
margin-right: 55px;
/* border: 1px solid red; */
padding-top: 20px;
`;

const TeacherImg = styled.div`
/* border: 2px solid blue; */
width: 184px;
height: 184px;
border-radius: 50%;
margin: auto;
padding-top: 20px;
margin: auto;
overflow: hidden;
background-size: cover;
img {
width: 100%;
height: 100%;
object-fit: cover;
border: 1px solid green;
background-size: cover;
}
`;

Expand Down

0 comments on commit 985c450

Please sign in to comment.