diff --git a/_sass/layout/_sidebar.scss b/_sass/layout/_sidebar.scss index cc5d9674372..cecd9cc2821 100644 --- a/_sass/layout/_sidebar.scss +++ b/_sass/layout/_sidebar.scss @@ -83,9 +83,9 @@ .author__avatar { display: table-cell; vertical-align: top; - width: 36px; + width: 150px; // set width only, for non-square avatars - // height: 36px; + height: auto; @include breakpoint($large) { display: block; @@ -95,11 +95,11 @@ img { max-width: 175px; - border-radius: 50%; + border-radius: 0%; @include breakpoint($large) { padding: 5px; - border: 1px solid var(--global-border-color); + // border: 1px solid var(--global-border-color); } } }