Skip to content
Snippets Groups Projects
Commit 332a6f3d authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files
parents f07a4184 6334e7e0
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