Skip to content

Commit

Permalink
Avatar height fix
Browse files Browse the repository at this point in the history
  • Loading branch information
barryclark committed May 18, 2014
1 parent 5046dd8 commit 7aa77e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ img {
.avatar {
float: left;
width: 70px;
height: 70px;
margin-right: 15px;

@include mobile {
Expand Down
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ img {
.avatar {
float: left;
width: 70px;
height: 70px;
margin-right: 15px; }
@media screen and (max-width: 520px) {
.avatar {
Expand Down

0 comments on commit 7aa77e0

Please sign in to comment.