aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-05-18 19:30:00 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-05-18 19:30:00 -0400
commit7aa77e044c0620e8d829a390b0a4f2d5ba4f17f9 (patch)
treeba6602823c2ff47e8fd096e7ffb0df48f0b8fa24
parent5046dd83a136c0bce61f0233c9744729743e58d1 (diff)
downloadkompetenzbolzen.github.io-7aa77e044c0620e8d829a390b0a4f2d5ba4f17f9.tar.gz
Avatar height fix
-rwxr-xr-xscss/style.scss1
-rw-r--r--style.css1
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 {
diff --git a/style.css b/style.css
index b55e924..db1a169 100644
--- a/style.css
+++ b/style.css
@@ -418,6 +418,7 @@ img {
.avatar {
float: left;
width: 70px;
+ height: 70px;
margin-right: 15px; }
@media screen and (max-width: 520px) {
.avatar {