diff --git a/objectionable.solutions/style.css b/objectionable.solutions/style.css index e553173..0ae5949 100644 --- a/objectionable.solutions/style.css +++ b/objectionable.solutions/style.css @@ -80,6 +80,7 @@ img.image-right { float: right; max-height: 100%; height: 100%; + width: fit-content; margin-left: 20px; } @@ -87,6 +88,7 @@ img.image-left { float: left; max-height: 100%; height: 100%; + width: fit-content; margin-right: 20px; }