From 4cd8624c8eb6baf35d7513f3f39218a89b724d50 Mon Sep 17 00:00:00 2001 From: Sara Date: Mon, 29 Dec 2025 12:57:54 +0100 Subject: [PATCH] trying to improve image styling --- objectionable.solutions/style.css | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/objectionable.solutions/style.css b/objectionable.solutions/style.css index b7537ad..f8c3d91 100644 --- a/objectionable.solutions/style.css +++ b/objectionable.solutions/style.css @@ -80,7 +80,7 @@ img.image-left { float: left; max-height: 100%; height: 100%; - width: fit-content; + width: min-content; margin-right: 20px; } @@ -88,7 +88,7 @@ img.image-right { float: right; max-height: 100%; height: 100%; - width: fit-content; + width: min-content; margin-left: 20px; } @@ -98,8 +98,3 @@ img.button { width: 110px; image-rendering: pixelated; } - -@media screen and (width <= 80rem) { - img.image-left {} - img.image-right {} -}