From f8f098eaa394b5456b7db7c919372c44254cd62c Mon Sep 17 00:00:00 2001 From: andrzej Date: Thu, 14 Nov 2024 15:48:44 +0100 Subject: [PATCH] style profile image --- css/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/styles.css b/css/styles.css index a9fda52..6a4489c 100644 --- a/css/styles.css +++ b/css/styles.css @@ -278,6 +278,10 @@ img { margin-bottom: 2rem; } +img.profile { + border-radius: 100%; +} + .desktop-screen { max-width: 100%; }