JPLTedCas commited on
Commit
62a6bfe
·
1 Parent(s): bc4de0d

Update templates/buscador_trauma.html

Browse files
Files changed (1) hide show
  1. templates/buscador_trauma.html +4 -3
templates/buscador_trauma.html CHANGED
@@ -46,14 +46,15 @@
46
  -->
47
  <hr/>
48
  <div class="header">
49
- <h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; font-size: 3rem; background-color: darkcyan; max-width: 100%; overflow: hidden; display: flex; align-items: center;">
50
  <img src="{{ user_image7 }}" alt="" style="max-width: 5%;" onclick="location.href='/especialidad'"> Traumatología
51
  <span style="display: flex; align-items: center; white-space: nowrap;">
52
  <span style="font-size: 50%;">AJUSTES</span>
53
- <img src="{{ user_image6 }}" alt="" style="max-width: 50%;">
54
  </span>
55
  </h2>
56
- </div>
 
57
  <hr/>
58
 
59
 
 
46
  -->
47
  <hr/>
48
  <div class="header">
49
+ <h2 style="font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; font-size: 3rem; background-color: darkcyan; max-width: 100%; overflow: hidden; display: flex; align-items: center;">
50
  <img src="{{ user_image7 }}" alt="" style="max-width: 5%;" onclick="location.href='/especialidad'"> Traumatología
51
  <span style="display: flex; align-items: center; white-space: nowrap;">
52
  <span style="font-size: 50%;">AJUSTES</span>
53
+ <img src="{{ user_image6 }}" alt="" style="max-height: 50%;">
54
  </span>
55
  </h2>
56
+ </div>
57
+
58
  <hr/>
59
 
60