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

media

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