Skip to content

Commit

Permalink
Merge pull request #340 from vevcom/fix/profile-page
Browse files Browse the repository at this point in the history
Fix/image size on profile page
  • Loading branch information
JohanHjelsethStorstad authored Oct 10, 2024
2 parents bad7457 + 56a48d2 commit bc64f60
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 bc64f60

Please sign in to comment.