Commit 20f8d11fa4bc8773d4db28c02757df32c47a4745
1 parent
b963f88bd6
Exists in
master
Achicada altura.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/components/busqueda-productos/busqueda-productos.component.html
... | ... | @@ -69,7 +69,7 @@ |
69 | 69 | </div> |
70 | 70 | </div> |
71 | 71 | <!-- LISTA DE PRODUCTOS --> |
72 | - <div class="row m-0 align-items-start vh-70 overflow-scroll disable-user-select"> | |
72 | + <div class="row m-0 align-items-start vh-60 overflow-scroll disable-user-select"> | |
73 | 73 | <div |
74 | 74 | class="col-4 col-lg-3 p-2" |
75 | 75 | *ngFor="let producto of auxProductos"> |