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 {} -}