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

safe

parent 18c4e626
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -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 */
}
......
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