From 053538669689a9e07c1d916b50274558c5e8a37a Mon Sep 17 00:00:00 2001 From: alsakif Date: Sun, 12 Jun 2022 21:34:52 +0600 Subject: [PATCH] Update possibility.css Scales the 'possibility img' for iPad Air and mini along with all the medias with below 950px --- src/containers/possibility/possibility.css | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/containers/possibility/possibility.css b/src/containers/possibility/possibility.css index 182a677eb..044386fd2 100644 --- a/src/containers/possibility/possibility.css +++ b/src/containers/possibility/possibility.css @@ -65,8 +65,8 @@ } .gpt3__possibility-image img { - width: unset; - height: unset; + width: 100%; + height: 100%; } .gpt3__possibility-content { @@ -74,10 +74,4 @@ } } -@media screen and (max-width: 700px) { - .gpt3__possibility-image img { - width: 100%; - height: 100%; - } -}