File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ function Illustration({
185
185
return (
186
186
< div className = "my-16 mx-0 2xl:mx-auto max-w-4xl 2xl:max-w-6xl" >
187
187
< figure className = "my-8 flex justify-center" >
188
- < img src = { src } alt = { alt } style = { { maxHeight : 300 } } />
188
+ < img src = { src } alt = { alt } style = { { maxHeight : 300 } } className = "bg-white rounded-lg" />
189
189
{ caption ? (
190
190
< figcaption className = "text-center leading-tight mt-4" >
191
191
{ caption }
@@ -215,7 +215,7 @@ function IllustrationBlock({
215
215
) ;
216
216
const images = imageInfos . map ( ( info , index ) => (
217
217
< figure key = { index } >
218
- < div className = "flex-1 flex p-0 xl:px -6 justify-center items-center my-4" >
218
+ < div className = "bg-white rounded-lg p-4 flex-1 flex xl:p -6 justify-center items-center my-4" >
219
219
< img src = { info . src } alt = { info . alt } height = { info . height } />
220
220
</ div >
221
221
{ info . caption ? (
You can’t perform that action at this time.
0 commit comments