Commit 26d8270071db25952ee890fe6a439dd4b547905e

Authored by Marcelo Puebla
1 parent 313e610fc0
Exists in develop

Fix en img de publicidad

src/app/shared/header-publicidad/header-publicidad.component.html
... ... @@ -4,7 +4,7 @@
4 4 <carousel [showIndicators]="false" [interval]="4000">
5 5 <slide *ngFor="let p of publicidades">
6 6 <img
7   - class="d-block h-100 w-auto mx-auto"
  7 + class="h-100 w-100"
8 8 draggable="false"
9 9 ondragstart="return false;"
10 10 (contextmenu)="false"