Fix profile pic in Safari

This commit is contained in:
Gabriel Augendre 2020-05-20 09:06:07 +02:00
parent f58bfeba85
commit 834d0d4e93

View file

@ -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;