Browse Source

Arreglo en capsulas para que se vean las fotos bien movil

ryanbarreto1 2 years ago
parent
commit
e939540dfc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/Capsule.tsx

+ 1
- 1
src/pages/Capsule.tsx View File

51
             <IonContent fullscreen className="ion-padding">
51
             <IonContent fullscreen className="ion-padding">
52
                 {capinfo ? (
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
                         <h1>{capinfo.title}</h1>
55
                         <h1>{capinfo.title}</h1>
56
 
56
 
57
                         <p dangerouslySetInnerHTML={{ __html: capinfo.content }}></p>
57
                         <p dangerouslySetInnerHTML={{ __html: capinfo.content }}></p>