Spaces:
Runtime error
Runtime error
Update templates/buscador_trauma.html
Browse files
templates/buscador_trauma.html
CHANGED
@@ -48,7 +48,12 @@
|
|
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 |
|
51 |
-
<span style="display: flex; align-items:
|
|
|
|
|
|
|
|
|
|
|
52 |
<img src="{{ user_image7 }}" alt="" style="max-width: 5%;" onclick="location.href='/especialidad'"> Traumatología
|
53 |
<!--<span style="font-size: 50%;">AJUSTES</span>-->
|
54 |
<img src="{{ user_image6 }}" alt="" style="max-height: 5%;"> AJUSTES
|
|
|
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 |
|
51 |
+
<span style="display: flex; align-items: left; white-space: nowrap;">
|
52 |
+
<img src="{{ user_image7 }}" alt="" style="max-width: 5%;" onclick="location.href='/especialidad'"> Traumatología
|
53 |
+
<!--<span style="font-size: 50%;">AJUSTES</span>-->
|
54 |
+
<img src="{{ user_image6 }}" alt="" style="max-height: 5%;"> AJUSTES
|
55 |
+
</span>
|
56 |
+
<span style="display: flex; align-items: right; white-space: nowrap;">
|
57 |
<img src="{{ user_image7 }}" alt="" style="max-width: 5%;" onclick="location.href='/especialidad'"> Traumatología
|
58 |
<!--<span style="font-size: 50%;">AJUSTES</span>-->
|
59 |
<img src="{{ user_image6 }}" alt="" style="max-height: 5%;"> AJUSTES
|