From 85fef43598da3896c69cc34760246e80f5bf8a8d Mon Sep 17 00:00:00 2001 From: Ebru Evcen Date: Sun, 29 Sep 2024 14:26:13 -0700 Subject: [PATCH] Update _sidebar.scss --- _sass/_sidebar.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/_sidebar.scss b/_sass/_sidebar.scss index 0eb2b77..649bf03 100644 --- a/_sass/_sidebar.scss +++ b/_sass/_sidebar.scss @@ -79,7 +79,7 @@ .author__avatar { display: table-cell; vertical-align: top; - width: 36px; + //width: 36px; // set width only, for non-square avatars height: 48px; @@ -90,7 +90,7 @@ } img { - max-width: 175px; + max-width: 200px; border-radius: 0; @include breakpoint($large) {