Commit fd5ec05a78ef4b4272a6645d355b376f97c593f9
1 parent
060e6b1a59
Exists in
develop
and in
1 other branch
agrego espacio al titulo
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/modules/comanda/comanda.component.html
1 | 1 | <div class="container-fluid d-flex flex-column h-100 fade-in pb-4 pr-2"> |
2 | 2 | <div class="row pt-5 mt-n5"> |
3 | 3 | <div class="col-12"> |
4 | - <p class="mb-3 h2 text-center">Pedidos a elaborar</p> | |
4 | + <p class="mb-3 h2 text-center mt-2">Pedidos a elaborar</p> | |
5 | 5 | </div> |
6 | 6 | </div> |
7 | 7 | <div class="row flex-fill m-0 overflow-scroll"> |