Skip to content

Commit

Permalink
fixed image size on profile size
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasVJ committed Oct 10, 2024
1 parent ed80004 commit 28ba65d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/users/[username]/page.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@
border-radius: 50%;
border: 3px solid ohma.$colors-white;
background-color: ohma.$colors-white;
aspect-ratio: 1;
object-fit: cover;
}
}

Expand Down

0 comments on commit 28ba65d

Please sign in to comment.