From 07da8f92431a035ab11f434e7d03ed67e80fc3c9 Mon Sep 17 00:00:00 2001 From: tymoteuszjozwiak Date: Mon, 23 Oct 2023 15:47:32 +0200 Subject: [PATCH] fix: min-width to scale profile image --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index bdb0813..8518185 100644 --- a/css/style.css +++ b/css/style.css @@ -77,6 +77,7 @@ a:hover { } .img-profile { + min-width: 0; border-radius: 50%; border: 0.0625rem solid var(--txt-color); width: 12.5rem;