Commit a0f70174b5ff759fbaaaa003774c3314e0168a0a
1 parent
3ec9bed11a
Exists in
develop
Fix visual en pedidos salientes
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
src/app/modules/pedidos-salientes/pedidos-salientes.component.html
1 | -<div class="row justify-content-center h-15"> | |
2 | - <div class="col-3 col-lg-2 mt-1"> | |
1 | +<div class="row mt-2 justify-content-center h-15"> | |
2 | + <div class="col-3 col-lg-2"> | |
3 | 3 | <img src="../../../assets/img/logo-spot.svg" class="w-60 h-auto d-block mx-auto"> |
4 | 4 | </div> |
5 | 5 | </div> |
6 | -<div class="row mt-n5 justify-content-around h-75"> | |
7 | - <div class="col-5 col-md-3 h-100"> | |
6 | +<div class="row mt-n5 mx-0 justify-content-around h-75"> | |
7 | + <div class="col-5 col-md-6 col-lg-3 h-100"> | |
8 | 8 | <div class="p-3 bg-white text-center shadow-lg rounded h-100"> |
9 | 9 | <h5 class="pt-3">ESTAMOS</h5> |
10 | 10 | <h3 class="font-weight-bold text-secondary">preparando</h3> |
... | ... | @@ -17,7 +17,7 @@ |
17 | 17 | </div> |
18 | 18 | </div> |
19 | 19 | </div> |
20 | - <div class="col-5 col-md-3 h-100"> | |
20 | + <div class="col-5 col-md-6 col-lg-3 h-100"> | |
21 | 21 | <div class="p-3 bg-white shadow-lg rounded text-center h-100"> |
22 | 22 | <h5 class="pt-3">LISTO PARA</h5> |
23 | 23 | <h3 class="font-weight-bold text-primary">retirar</h3> |