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 +}