From b6433eaadc625266181761f5c5fbdcf47f3c1b13 Mon Sep 17 00:00:00 2001 From: asal sahami <asalsahami22@gmail.com> Date: Wed, 2 Oct 2024 13:08:50 +0200 Subject: [PATCH] safe --- src/.DS_Store | Bin 8196 -> 8196 bytes src/App/mediarules.css | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.DS_Store b/src/.DS_Store index 9d8feb65bcc51782c89bdde5cd6bb90b4b67629a..f52cd3fd3c14374e8bf68fabf8e6d819a2b0921b 100644 GIT binary patch delta 14 VcmZp1XmQx!Ex@R`*+*apKL8}u1e5>( delta 14 VcmZp1XmQx!Ex;(h*+*apKL8|{1d0Fv diff --git a/src/App/mediarules.css b/src/App/mediarules.css index 83704954..26079d6b 100644 --- a/src/App/mediarules.css +++ b/src/App/mediarules.css @@ -377,7 +377,7 @@ body { @media screen and (max-width: 400px){ .figure-wrapper:first-of-type img { width: 100% !important; /* Full width on small screens */ - height: auto; /* Maintain aspect ratio */ + height: 10% !important; /* Maintain aspect ratio */ max-width: 100% !important; /* Limit the image width to fit the screen */ margin: 0 auto; /* Center the image horizontally */ overflow: visible !important; -- GitLab