Skip to content

Commit

Permalink
Update _sidebar.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
JingYDENG authored Oct 12, 2024
1 parent 9ffe099 commit 6645b35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _sass/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@
.author__avatar {
display: table-cell;
vertical-align: top;
width: 120px;
width: 150px;
// set width only, for non-square avatars
height: 120px;
height: 150px;

@include breakpoint($large) {
display: block;
Expand All @@ -90,7 +90,7 @@
}

img {
max-width: 175px;
max-width: 200px;
border-radius: 0%;

@include breakpoint($large) {
Expand Down

0 comments on commit 6645b35

Please sign in to comment.