diff --git a/assets/css/style.css b/assets/css/style.css index e6b65cc..785862e 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -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%; } diff --git a/assets/scss/style.scss b/assets/scss/style.scss index 85681f8..f9bb53c 100644 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -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%;