diff --git a/src/element/ProfileImage.css b/src/element/ProfileImage.css index 4d5f385a..d179d356 100644 --- a/src/element/ProfileImage.css +++ b/src/element/ProfileImage.css @@ -7,7 +7,7 @@ width: 40px; height: 40px; margin-right: 10px; - border-radius: 10px; + border-radius: 100%; cursor: pointer; } diff --git a/src/pages/ProfilePage.css b/src/pages/ProfilePage.css index 933b272f..87241966 100644 --- a/src/pages/ProfilePage.css +++ b/src/pages/ProfilePage.css @@ -22,7 +22,7 @@ width: 256px; height: 256px; background-size: cover; - border-radius: 10px; + border-radius: 100%; } @media(max-width: 720px) {