Commit 83dc04cf74caa252a0cf6e026c8e2fd9b749eedc
1 parent
d64403edc5
Exists in
develop
bloques mas anchos en pedidos salientes
Showing
2 changed files
with
2 additions
and
3 deletions
Show diff stats
src/app/modules/opcion-pedido/opcion-pedido.component.html
src/app/modules/pedidos-salientes/pedidos-salientes.component.html
... | ... | @@ -9,7 +9,7 @@ |
9 | 9 | </div> |
10 | 10 | </div> |
11 | 11 | <div class="row mt-n5 mx-0 justify-content-around h-75"> |
12 | - <div class="col-5 col-md-6 col-lg-3 h-100"> | |
12 | + <div class="col-5 col-md-6 col-lg-4 h-100"> | |
13 | 13 | <div class="p-3 bg-white text-center shadow-lg rounded h-100"> |
14 | 14 | <h5 class="pt-3">ESTAMOS</h5> |
15 | 15 | <h3 class="font-weight-bold text-secondary">preparando</h3> |
... | ... | @@ -22,7 +22,7 @@ |
22 | 22 | </div> |
23 | 23 | </div> |
24 | 24 | </div> |
25 | - <div class="col-5 col-md-6 col-lg-3 h-100"> | |
25 | + <div class="col-5 col-md-6 col-lg-4 h-100"> | |
26 | 26 | <div class="p-3 bg-white shadow-lg rounded text-center h-100"> |
27 | 27 | <h5 class="pt-3">LISTO PARA</h5> |
28 | 28 | <h3 class="font-weight-bold text-primary">retirar</h3> |