diff --git a/core/static/core/style.scss b/core/static/core/style.scss index 9a6e07d9..97b9e714 100644 --- a/core/static/core/style.scss +++ b/core/static/core/style.scss @@ -647,7 +647,9 @@ a:not(.button) { align-items: center; img { - max-height: 40px; + height: 40px; + width: 40px; + object-fit: cover; border-radius: 50%; } }