diff options
| author | Barry Clark <barry@barryclark.co> | 2014-05-18 19:30:00 -0400 |
|---|---|---|
| committer | Barry Clark <barry@barryclark.co> | 2014-05-18 19:30:00 -0400 |
| commit | 7aa77e044c0620e8d829a390b0a4f2d5ba4f17f9 (patch) | |
| tree | ba6602823c2ff47e8fd096e7ffb0df48f0b8fa24 | |
| parent | 5046dd83a136c0bce61f0233c9744729743e58d1 (diff) | |
| download | acn-blog-7aa77e044c0620e8d829a390b0a4f2d5ba4f17f9.tar.gz acn-blog-7aa77e044c0620e8d829a390b0a4f2d5ba4f17f9.tar.bz2 acn-blog-7aa77e044c0620e8d829a390b0a4f2d5ba4f17f9.zip | |
Avatar height fix
| -rwxr-xr-x | scss/style.scss | 1 | ||||
| -rw-r--r-- | style.css | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/scss/style.scss b/scss/style.scss index 1c2db67..e6b4aa5 100755 --- a/scss/style.scss +++ b/scss/style.scss @@ -157,6 +157,7 @@ img { .avatar { float: left; width: 70px; + height: 70px; margin-right: 15px; @include mobile { @@ -418,6 +418,7 @@ img { .avatar { float: left; width: 70px; + height: 70px; margin-right: 15px; } @media screen and (max-width: 520px) { .avatar { |
