Commit 2ee1df2a89f39d71757b2e2a7ad2514f77bd0831
1 parent
cf03a4d85f
Exists in
master
and in
2 other branches
agregado margin
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/modules/seleccion-articulos/seleccion-articulos.component.html
... | ... | @@ -120,7 +120,7 @@ |
120 | 120 | <div class="col-6 col-sm-8 col-md-9 col-lg-10 h-100"> |
121 | 121 | <div #templateCarrito class="row flex-row flex-nowrap h-100 mx-0 scroll-x"> |
122 | 122 | <div |
123 | - class="col-10 col-sm-4 col-lg-2 col-xl-auto px-2 px-xl-4 h-100 align-self-center border-right border-primary" | |
123 | + class="col-10 col-sm-4 col-lg-2 col-xl-auto px-2 px-xl-4 my-2 h-100 align-self-center border-right border-primary" | |
124 | 124 | (click)="selectCategoria(i)" |
125 | 125 | *ngFor="let categoria of [{},{},{},{},{},{},{},{},{},{},{},{},{},{}]; let i = index;"> |
126 | 126 | <img |