LeireTedCas commited on
Commit
ae9e904
1 Parent(s): a6fc11c

Update templates/ambulancias.html

Browse files
Files changed (1) hide show
  1. templates/ambulancias.html +1 -2
templates/ambulancias.html CHANGED
@@ -85,7 +85,6 @@
85
  </div>
86
  </h2>
87
  </div>
88
- <h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman';font-size: 1.8rem;">Barra de busqueda:</h2>
89
 
90
  <form action="{{url_for('ambulancias')}}" method="post">
91
  <div style="display: flex; flex-direction: column; align-items: flex-start; width: 100%;">
@@ -97,7 +96,7 @@
97
  <!--<img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px; margin-right: 10px;">-->
98
 
99
  <input type="button" value="" style="background-color: white; font-size: 2.5rem; width: 60px; height: 60px; margin-right: 10px; padding-left: 50px; background-image: url('{{ abrir }}'); background-repeat: no-repeat; background-size: 40px 40px; background-position: center;" onclick="location.href='{{ url }}'">
100
- <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>
101
  <!--<strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>-->
102
 
103
  </div>
 
85
  </div>
86
  </h2>
87
  </div>
 
88
 
89
  <form action="{{url_for('ambulancias')}}" method="post">
90
  <div style="display: flex; flex-direction: column; align-items: flex-start; width: 100%;">
 
96
  <!--<img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px; margin-right: 10px;">-->
97
 
98
  <input type="button" value="" style="background-color: white; font-size: 2.5rem; width: 60px; height: 60px; margin-right: 10px; padding-left: 50px; background-image: url('{{ abrir }}'); background-repeat: no-repeat; background-size: 40px 40px; background-position: center;" onclick="location.href='{{ url }}'">
99
+ <strong style="font-size: 2rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>
100
  <!--<strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>-->
101
 
102
  </div>