Commit 7ca1d4c52da154eb18a5e96101637ec468a7ecf2
1 parent
05c122ab8f
Exists in
master
and in
1 other branch
Centrada imagen y texto.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/app/components/cancelar-compra/cancelar-compra.component.html
... | ... | @@ -20,8 +20,8 @@ |
20 | 20 | <div class="row h-100"> |
21 | 21 | <div class="col-12 py-4"> |
22 | 22 | <div class="card h-100 rounded"> |
23 | - <img src="{{apiUrl}}/imagenes/atencion.svg" class="w-50 mx-auto my-auto"> | |
24 | - <div class="my-auto"> | |
23 | + <img src="{{apiUrl}}/imagenes/atencion.svg" class="w-50 mx-auto mt-auto mb-4"> | |
24 | + <div class="mb-auto mt-4"> | |
25 | 25 | <p class="display-3 card-text text-center font-weight-bold"> |
26 | 26 | Atención |
27 | 27 | </p> |