From d47fb245d5050e99d104171b900702e8f64b9a8a Mon Sep 17 00:00:00 2001 From: Alejandro Gomez Date: Mon, 9 Jan 2023 22:45:03 +0100 Subject: [PATCH] rounded profile images --- src/element/ProfileImage.css | 2 +- src/pages/ProfilePage.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) {