Explorar el Código

Arreglo en capsulas para que se vean las fotos bien movil

ryanbarreto1 hace 1 año
padre
commit
e939540dfc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/pages/Capsule.tsx

+ 1
- 1
src/pages/Capsule.tsx Ver fichero

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