diff --git a/src/.DS_Store b/src/.DS_Store index 8f400731ffecbc0917c6c98606a0550992d75564..4c6f8180ef50b1aa9f1babda06fe54df86a870ce 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 34d218a91b1f11fbb9a27dae8ff39e9b212db5e6..df4a7ed7ff545244909f6aaf970692f58f793be6 100644 --- a/src/App/mediarules.css +++ b/src/App/mediarules.css @@ -373,8 +373,19 @@ body { } } -/*For small Smartphones*/ -@media screen and (max-width: 750px){ +/*For small Smartphones (iphone 13 or similars)*/ +@media screen and (max-width: 390px){ + .figure-wrapper img { + width: 100%; /* Full width on small screens */ + height: auto; /* Maintain aspect ratio */ + max-width: 100%; /* Limit the image width to fit the screen */ + margin: 0 auto; /* Center the image horizontally */ + } + + .figure-wrapper figure { + text-align: center; /* Ensure the figure caption is centered */ + } + } /* Big computer screens */ diff --git a/src/components/.DS_Store b/src/components/.DS_Store index 062912e3f42e5f5e6c33a5b17f8f223a7003610a..cf80c36b2aa8a45df8f9cfd31f8d0e6783eedf07 100644 Binary files a/src/components/.DS_Store and b/src/components/.DS_Store differ diff --git a/src/contents/.DS_Store b/src/contents/.DS_Store index 15a05bf957cb4bb8198d462659fab923ebf2810b..b62a007b7c5ad32813b7eb6335f829bf72c3277b 100644 Binary files a/src/contents/.DS_Store and b/src/contents/.DS_Store differ diff --git a/src/contents/Human Practices/.DS_Store b/src/contents/Human Practices/.DS_Store index 13cd5db98cecf20ef89efe72735a9034b9326141..18fc35dbf113d89ad53e8cb4595a3f883bbd755c 100644 Binary files a/src/contents/Human Practices/.DS_Store and b/src/contents/Human Practices/.DS_Store differ