Fix profile pic in Safari
This commit is contained in:
parent
f58bfeba85
commit
834d0d4e93
1 changed files with 2 additions and 0 deletions
|
@ -116,6 +116,8 @@ body {
|
|||
.profile-pic {
|
||||
max-width: 200px;
|
||||
min-width: 100px;
|
||||
max-height: 200px;
|
||||
min-height: 100px;
|
||||
border-radius: 10%;
|
||||
padding: 1rem;
|
||||
flex-shrink: 1;
|
||||
|
|
Loading…
Reference in a new issue