diff --git a/theme/default/static/style.css b/theme/default/static/style.css index b9ed0d0..5d8799d 100644 --- a/theme/default/static/style.css +++ b/theme/default/static/style.css @@ -275,7 +275,7 @@ h5 { .post img, .content img { - max-width: 100%; + max-width: calc(100% - 10px); object-fit: contain; }