diff --git a/src/.DS_Store b/src/.DS_Store index 6fdb6118b1349c5bba4e47a90ed1f1b3d615962a..caa847afec4a76bf0ff5f7af242ba2a812a8e476 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 7cc771256715d91816c21cc927071c6f696e28f1..024c176dd4a4404ea7371ac5a02ff1865f71c6b7 100644 --- a/src/App/mediarules.css +++ b/src/App/mediarules.css @@ -374,11 +374,11 @@ body { } /*For small Smartphones (iphone 13 or similars)*/ -@media screen and (max-width: 390px){ +@media screen and (max-width: 400px){ .figure-wrapper:first-of-type img { width: 50%; /* Full width on small screens */ height: auto; /* Maintain aspect ratio */ - max-width: 100%; /* Limit the image width to fit the screen */ + max-width: 100% !important; /* Limit the image width to fit the screen */ margin: 0 auto; /* Center the image horizontally */ }