Avatar height fix

This commit is contained in:
Barry Clark 2014-05-18 19:30:00 -04:00
parent 5046dd83a1
commit 7aa77e044c
2 changed files with 2 additions and 0 deletions

View File

@ -157,6 +157,7 @@ img {
.avatar {
float: left;
width: 70px;
height: 70px;
margin-right: 15px;
@include mobile {

View File

@ -418,6 +418,7 @@ img {
.avatar {
float: left;
width: 70px;
height: 70px;
margin-right: 15px; }
@media screen and (max-width: 520px) {
.avatar {