Skip to content

Commit

Permalink
fixing circles
Browse files Browse the repository at this point in the history
  • Loading branch information
arranger1044 committed Oct 21, 2024
1 parent 9f0f608 commit 627c023
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,12 @@ div.speaker-uni{
}

img.avatar{
max-width: 120px;
max-height: 120px;
width: 120px;
height: 120px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
object-fit: cover;
}

0 comments on commit 627c023

Please sign in to comment.