Skip to content

Commit

Permalink
Fix user icon boundary issue on profile page PalisadoesFoundation#2267
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-bansal-7 committed Sep 16, 2024
1 parent 1c641cd commit b9d0b23
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,14 @@
}

.imgContianer img {
height: 120px;
width: 120px;
height: 100px;
width: 100px;
border-radius: 50%;
}
.profileContainer {
align-items: center;
justify-content: center;
}

.profileDetails {
display: flex;
Expand All @@ -55,9 +59,6 @@
.imgContianer {
margin: 1rem auto;
}
.profileContainer {
flex-direction: column;
}
}

@media screen and (max-width: 992px) {
Expand Down

0 comments on commit b9d0b23

Please sign in to comment.