Skip to content
Snippets Groups Projects
Commit 94e0f05e authored by Asal Sahami Moghaddam's avatar Asal Sahami Moghaddam
Browse files

media

parent 024803ef
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -376,11 +376,11 @@ body {
/*For small Smartphones (iphone 13 or similars)*/
@media screen and (max-width: 400px){
.figure-wrapper:first-of-type img {
width: 80%; /* Full width on small screens */
width: 100% !important; /* Full width on small screens */
height: auto; /* Maintain aspect ratio */
max-width: 100% !important; /* Limit the image width to fit the screen */
margin: 0 auto; /* Center the image horizontally */
overflow: visible;
overflow: visible !important;
}
.figure-wrapper:first-of-type img{
......
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment