diff --git a/src/scss/utils/mixins/_sidebar.scss b/src/scss/utils/mixins/_sidebar.scss index 32e14267..74325d3d 100755 --- a/src/scss/utils/mixins/_sidebar.scss +++ b/src/scss/utils/mixins/_sidebar.scss @@ -64,9 +64,9 @@ padding-bottom: 7.5px; .sidebar-profile-picture { - width: 90px; - height: 90px; - border-radius: 90px; + width: 120px; + height: 120px; + border-radius: 120px; margin-bottom: 5px; } .sidebar-profile-name { @@ -137,9 +137,9 @@ padding-bottom: 7.5px; .sidebar-profile-picture { - width: 90px; - height: 90px; - border-radius: 90px; + width: 250px; + height: 250px; + border-radius: 250px; margin-bottom: 5px; } .sidebar-profile-bio,