Commit f52eae65e72213536011c226818dd08c12a48745

Authored by Marcelo Puebla
1 parent ee55bd6bb3
Exists in master

Arreglo en vista.

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
src/app/components/home/home.component.html
... ... @@ -7,14 +7,14 @@
7 7 [routerLink]="['/inicio']">
8 8  
9 9 <!-- HEADER -->
10   - <div class="vh-15 d-flex flex-row flex-wrap m-0 w-100 bg-primary-gradient-horizontal">
  10 + <div class="vh-15 row m-0 flex-row w-100 bg-primary-gradient-horizontal">
11 11 <div class="h-100 w-50 bg-white rounded-bottom-right">
12 12 <img class="h-100 p-2 m-auto d-block" src="{{apiImagenes}}/imagenes/logoempresa.png">
13 13 </div>
14 14 </div>
15 15  
16 16 <!-- INFO DE BIENVENIDA -->
17   - <div class="d-flex h-50 flex-row flex-wrap justify-content-around align-items-center w-100 m-3">
  17 + <div class="h-50 row flex-row justify-content-around align-items-center w-100 m-3">
18 18 <iframe
19 19 class="w-50 h-100 rounded fade-in"
20 20 src="https://www.youtube.com/embed/vb8ZcalBDyw?&autoplay=1&loop=1&playlist=vb8ZcalBDyw&controls=0&showinfo=0&mute=1">
... ... @@ -26,7 +26,7 @@
26 26 </div>
27 27  
28 28 <!-- FOOTER -->
29   - <div class="vh-15 d-flex flex-row-reverse flex-wrap w-100 bg-gray">
  29 + <div class="vh-15 row m-0 flex-row-reverse w-100 bg-gray">
30 30 <div class="h-100 w-50 bg-white rounded-top-left">
31 31 <img class="h-100 p-2 m-auto d-block" src="{{apiImagenes}}/imagenes/logodebo.png">
32 32 </div>