4,554
edits
No edit summary |
No edit summary |
||
Line 284: | Line 284: | ||
.image-container img { | .image-container img { | ||
display: block; | display: block; | ||
max-width: 100%; | max-width: 100%; | ||
width: auto; | width: auto; | ||
height: 400px; | height: 400px; | ||
} | } | ||
Line 296: | Line 296: | ||
transform: translate(-50%, -50%); | transform: translate(-50%, -50%); | ||
color: black; | color: black; | ||
padding: 10px; | padding: 10px; | ||
text-align: center; | text-align: center; | ||
font-size: 16pt; | font-size: 16pt; | ||
line-height: 16.5pt; | |||
font-style: italic; | font-style: italic; | ||
max-width: 90%; | max-width: 90%; | ||
white-space: normal; /* Allow text wrapping */ | white-space: normal; /* Allow text wrapping */ | ||
overflow: visible; /* Let the text be visible */ | overflow: visible; /* Let the text be visible */ |