Commit 4176cd7090b42d7a914002ece52595c9ddeb3211

Authored by Marcelo Puebla
1 parent d8f7daded9
Exists in master and in 1 other branch validar_pve

Cambio de tamaño de imagen.

src/app/components/inicio/inicio.component.html
... ... @@ -29,13 +29,13 @@
29 29 <div id="carouselIndicators" class="carousel slide" data-ride="carousel">
30 30 <div class="carousel-inner">
31 31 <div class="carousel-item active">
32   - <img src="{{apiUrl}}/imagenes/testImg3.jpg" class="d-block w-100 m-auto rounded">
  32 + <img src="{{apiUrl}}/imagenes/testImg3.jpg" class="d-block w-75 m-auto rounded">
33 33 </div>
34 34 <div class="carousel-item">
35   - <img src="{{apiUrl}}/imagenes/testImg3.jpg" class="d-block w-100 m-auto rounded">
  35 + <img src="{{apiUrl}}/imagenes/testImg3.jpg" class="d-block w-75 m-auto rounded">
36 36 </div>
37 37 <div class="carousel-item">
38   - <img src="{{apiUrl}}/imagenes/testImg3.jpg" class="d-block w-100 m-auto rounded">
  38 + <img src="{{apiUrl}}/imagenes/testImg3.jpg" class="d-block w-75 m-auto rounded">
39 39 </div>
40 40 </div>
41 41 </div>