From 5b1a62e79a1bcaa7678b6e2ff408896cb9339c2d Mon Sep 17 00:00:00 2001 From: Sara Date: Mon, 29 Dec 2025 12:33:15 +0100 Subject: [PATCH] attempt to fix image problem --- objectionable.solutions/style.css | 2 ++ 1 file changed, 2 insertions(+) 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; }