Fixed featured loop author image size
Signed-off-by: Nistor Cristian <contact@nistorcristian.com>
This commit is contained in:
parent
1361fe0888
commit
a55690330d
|
@ -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);
|
||||
|
|
|
@ -464,6 +464,7 @@ blockquote{
|
|||
.authors{
|
||||
img{
|
||||
height: 36px;
|
||||
width: 36px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue