diff --git a/src/partials/_pane_blog.scss b/src/partials/_pane_blog.scss index 305c4d0..4d50218 100644 --- a/src/partials/_pane_blog.scss +++ b/src/partials/_pane_blog.scss @@ -49,7 +49,9 @@ img { max-width: 100%; - max-height: 100%; + max-height: 65vh; + display: block; + margin: 0 auto; object-fit: contain; } }