Skip to content

Commit

Permalink
fix: avatar image style, close kitian616#143
Browse files Browse the repository at this point in the history
  • Loading branch information
kitian616 committed Jan 27, 2019
1 parent 83cc17a commit 647fb2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ author:
type : # "person" (default), "organization"
name : Your Name
url :
avatar : # path or url of avatar image
avatar : # path or url of avatar image (square)
bio : I am an amazing person.
email :
facebook : # "user_name" the last part of your profile url, e.g. https://www.facebook.com/user_name
Expand Down
1 change: 1 addition & 0 deletions _sass/components/_author-profile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
}
.author-profile__avatar {
width: 5rem;
height: 5rem;
margin-top: map-get($spacers, 2);
border-radius: 50%;
}
Expand Down
2 changes: 1 addition & 1 deletion test/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ author:
type : # "person" (default), "organization"
name : Your Name
url :
avatar : # path or url of avatar image
avatar : # path or url of avatar image (square)
bio : I am an amazing person.
email :
facebook : # "user_name" the last part of your profile url, e.g. https://www.facebook.com/user_name
Expand Down

0 comments on commit 647fb2a

Please sign in to comment.