Skip to content

Commit

Permalink
Merge pull request #153 from hw-coconote/qa/HC-226
Browse files Browse the repository at this point in the history
Qa/hc 226 [FIX] 아키텍처 이미지 변경
  • Loading branch information
jiho3634 authored Nov 4, 2024
2 parents 5cdd206 + 95901ab commit ddcc8a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file modified readme/architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/views/member/MemberView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -389,16 +389,16 @@ export default {
.memberview-memberlist-img {
width: 100%; /* 부모 요소의 너비에 맞춤 */
height: 200px;
object-fit: cover;
border-radius: 15px;
object-fit: cover;
border-radius: 15px;
margin: 0 !important;
}
.hover-card {
transition: transform 0.2s ease;
border-radius: 15px;
width: 100%;
display: flex;
// display: flex;
}
.hover-card:hover {
Expand Down

0 comments on commit ddcc8a1

Please sign in to comment.