Parcourir la source

Arreglo en capsulas para que se vean las fotos bien movil

ryanbarreto1 il y a 1 an
Parent
révision
e939540dfc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/pages/Capsule.tsx

+ 1
- 1
src/pages/Capsule.tsx Voir le fichier

@@ -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>