Commit c21bb9f85934874e8d405f1190b6d25928cb7a56
1 parent
37c52433f9
Exists in
develop
Fix
Tamaño de columnas en info-formas-pago
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/app/modules/info-formas-pago/info-formas-pago.component.html
... | ... | @@ -13,7 +13,7 @@ |
13 | 13 | <div class="row h-auto mt-6 mx-0 justify-content-center text-center"> |
14 | 14 | <div |
15 | 15 | [routerLink]="['/opcion-pedido']" |
16 | - class="col-11 col-sm-10 col-lg-7 p-5 m-5 h-auto | |
16 | + class="col-11 col-sm-10 col-md-7 p-5 m-5 h-auto | |
17 | 17 | btn-effect align-self-end border border-secondary rounded reduce-card-1"> |
18 | 18 | <img |
19 | 19 | draggable="false" |
... | ... | @@ -42,7 +42,7 @@ |
42 | 42 | </div> |
43 | 43 | </div> |
44 | 44 | <div |
45 | - class="col-11 col-sm-10 col-lg-7 p-5 m-5 h-auto align-self-center | |
45 | + class="col-11 col-sm-10 col-md-7 p-5 m-5 h-auto align-self-center | |
46 | 46 | btn-effect border border-primary rounded reduce-card-2" |
47 | 47 | (click)="openGoCaja(templateGoCaja)"> |
48 | 48 | <img |