Commit 37c52433f9aa1b1b7bd6aa0b64e7e15d7dd02bf4
1 parent
83228af71b
Exists in
develop
Fix
tamaño de columnas
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-md-7 col-lg-4 p-5 m-5 h-auto | |
16 | + class="col-11 col-sm-10 col-lg-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-md-7 col-lg-4 p-5 m-5 h-auto align-self-center | |
45 | + class="col-11 col-sm-10 col-lg-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 |