diff --git a/src/.DS_Store b/src/.DS_Store index 9d8feb65bcc51782c89bdde5cd6bb90b4b67629a..f52cd3fd3c14374e8bf68fabf8e6d819a2b0921b 100644 Binary files a/src/.DS_Store and b/src/.DS_Store differ diff --git a/src/App/mediarules.css b/src/App/mediarules.css index 83704954aa40583bcdedac3bc34b9553d9662e4d..26079d6b98eae41c33d785a00d8d98232e630c51 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;