diff --git a/assets/css/style.css b/assets/css/style.css index 785862e..ebd042b 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -323,7 +323,8 @@ blockquote { .loop.loop-first .post .post-inner-content img { max-height: 1000px; } .loop.loop-first .post .post-inner-content .authors img { - height: 36px; } + height: 36px; + width: 36px; } .loop .post { background: #FFFFFF; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15); diff --git a/assets/scss/style.scss b/assets/scss/style.scss index f9bb53c..ad9adad 100644 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -464,6 +464,7 @@ blockquote{ .authors{ img{ height: 36px; + width: 36px; } } }