Fixed featured loop author image size

Signed-off-by: Nistor Cristian <contact@nistorcristian.com>
This commit is contained in:
Nistor Cristian 2019-04-26 18:07:38 +03:00
parent 1361fe0888
commit a55690330d
No known key found for this signature in database
GPG Key ID: E0B6FBD6EB95AAB1
2 changed files with 3 additions and 1 deletions

View File

@ -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);

View File

@ -464,6 +464,7 @@ blockquote{
.authors{
img{
height: 36px;
width: 36px;
}
}
}