chore: update width and height of profile image

This commit is contained in:
jinhojang6
2024-03-22 04:36:17 +09:00
committed by Jinho Jang
parent 7798fc152d
commit 89e609ffce
@@ -25,8 +25,8 @@
display: flex;
justify-content: center;
align-items: center;
width: 52px !important;
height: 52px !important;
width: 56px !important;
height: 56px !important;
border-radius: 50%;
border: 1px solid rgb(var(--lsd-border-primary));
@@ -41,8 +41,8 @@
}
.mdx-profile-card__profile-image {
width: 52px !important;
height: 52px !important;
width: 56px !important;
height: 56px !important;
border-radius: 50%;
}