diff --git a/src/partials/_pane_blog.scss b/src/partials/_pane_blog.scss index e784b3c..305c4d0 100644 --- a/src/partials/_pane_blog.scss +++ b/src/partials/_pane_blog.scss @@ -46,6 +46,12 @@ p { color: var(--white-1); } + + img { + max-width: 100%; + max-height: 100%; + object-fit: contain; + } } } }