Spaces:
Sleeping
Sleeping
LeireTedCas
commited on
Commit
•
00cedad
1
Parent(s):
0affae5
Update templates/guia_visual.html
Browse files
templates/guia_visual.html
CHANGED
@@ -85,7 +85,7 @@
|
|
85 |
{% for titulo, url in guia_visual.items() %}
|
86 |
<!--<input type="button" value="" style="background-color: black; font-size: 2.5rem; margin-bottom: 10px; padding-left: 50px; src= "{{ abrir }}"; background-repeat: no-repeat; background-size: 40px 40px;"onclick="location.href='{{ url }}'">-->
|
87 |
<div style="display: flex; align-items: center;">
|
88 |
-
<button style="background-color: white; border: none; padding: 0; margin-right: 15px; width: 60px;">
|
89 |
<img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px;">
|
90 |
</button>
|
91 |
<strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif; text-align: left; margin: 0;">{{ titulo }}</strong>
|
|
|
85 |
{% for titulo, url in guia_visual.items() %}
|
86 |
<!--<input type="button" value="" style="background-color: black; font-size: 2.5rem; margin-bottom: 10px; padding-left: 50px; src= "{{ abrir }}"; background-repeat: no-repeat; background-size: 40px 40px;"onclick="location.href='{{ url }}'">-->
|
87 |
<div style="display: flex; align-items: center;">
|
88 |
+
<button style="background-color: white; border: none; padding: 0; margin-right: 15px; width: 60px; height: 60px;">
|
89 |
<img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px;">
|
90 |
</button>
|
91 |
<strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif; text-align: left; margin: 0;">{{ titulo }}</strong>
|