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:05:51 +03:00
parent 41a20a1528
commit 1361fe0888
No known key found for this signature in database
GPG Key ID: E0B6FBD6EB95AAB1
2 changed files with 6 additions and 4 deletions

View File

@ -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%; }

View File

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