Skip to content

Commit

Permalink
fix headshot resize
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastieno committed Dec 24, 2017
1 parent fb4da91 commit 832fae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Blog.Web/Styles/me.less
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ a:hover {
img.headshot {
margin-bottom: 10px;
width: 150px;
height: 150px;
height: auto;
border: 2px solid @mainColor;
border-radius: 100%;
}
Expand Down
2 changes: 1 addition & 1 deletion Blog.Web/Styles/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ a, a:visited, a:hover {
img.headshot {
margin-bottom: 10px;
width: 150px;
height: 150px;
height: auto;
border: 2px solid @mainColor;
border-radius: 100%;
}
Expand Down

0 comments on commit 832fae0

Please sign in to comment.