diff --git a/assets/css/style.css b/assets/css/style.css index 8853fb9..b09fc90 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -388,8 +388,8 @@ blockquote { justify-content: center; margin-bottom: 20px; } .blog-intro .authors img { - max-width: 100px; - max-height: 100px; } + width: 100px; + height: 100px; } .authors { display: flex; diff --git a/assets/scss/style.scss b/assets/scss/style.scss index 38c010f..870b0a3 100644 --- a/assets/scss/style.scss +++ b/assets/scss/style.scss @@ -549,8 +549,8 @@ blockquote{ justify-content: center; margin-bottom: 20px; img{ - max-width: 100px; - max-height: 100px; + width: 100px; + height: 100px; } } }