From 58c457b62c67201fb83c845f9fa5a81b87dfdc65 Mon Sep 17 00:00:00 2001 From: enes Date: Wed, 9 Oct 2024 10:58:31 +0200 Subject: [PATCH] fix: profile image scale --- src/pages/profile/style.module.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/pages/profile/style.module.scss b/src/pages/profile/style.module.scss index c3c2034..4f29c17 100644 --- a/src/pages/profile/style.module.scss +++ b/src/pages/profile/style.module.scss @@ -24,7 +24,7 @@ } .container { - color: black + color: black; } .left { @@ -51,7 +51,8 @@ } .image-placeholder { - width: 150px; + width: 100%; + height: auto; } .link { @@ -99,4 +100,4 @@ margin-left: 5px; margin-top: 2px; } -} \ No newline at end of file +}