Fixed featured loop author image size
Signed-off-by: Nistor Cristian <contact@nistorcristian.com>
This commit is contained in:
parent
41a20a1528
commit
1361fe0888
|
@ -401,8 +401,9 @@ blockquote {
|
|||
z-index: 5;
|
||||
display: block; }
|
||||
.authors li a img {
|
||||
max-width: 36px;
|
||||
max-height: 36px;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
object-fit: cover;
|
||||
padding: 2px;
|
||||
background: #ffffff;
|
||||
border-radius: 50%; }
|
||||
|
|
|
@ -565,8 +565,9 @@ blockquote{
|
|||
z-index: 5;
|
||||
display: block;
|
||||
img{
|
||||
max-width: 36px;
|
||||
max-height: 36px;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
object-fit: cover;
|
||||
padding: 2px;
|
||||
background: $white;
|
||||
border-radius: 50%;
|
||||
|
|
Loading…
Reference in New Issue