|
@@ -51,7 +51,7 @@ const Capsule: React.FC = () => {
|
51
|
51
|
<IonContent fullscreen className="ion-padding">
|
52
|
52
|
{capinfo ? (
|
53
|
53
|
<>
|
54
|
|
- <IonImg style={{ height: 300, width: 600 }} src={`${capinfo.photo}`} alt='Imagen'></IonImg>
|
|
54
|
+ <IonImg style={{ height: 150, width: 300 }} src={`${capinfo.photo}`} alt='Imagen'></IonImg>
|
55
|
55
|
<h1>{capinfo.title}</h1>
|
56
|
56
|
|
57
|
57
|
<p dangerouslySetInnerHTML={{ __html: capinfo.content }}></p>
|