LeireTedCas commited on
Commit
0153f92
1 Parent(s): 97731ae

Update templates/guia_visual.html

Browse files
Files changed (1) hide show
  1. templates/guia_visual.html +2 -2
templates/guia_visual.html CHANGED
@@ -84,7 +84,7 @@
84
  <div style="display: flex; flex-direction: column; align-items: center; justify-content: flex-start;">
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; margin-bottom: 10px;">
88
  <!--<img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px; margin-right: 10px;">-->
89
  <input type="button" value="" style="background-color: white; font-size: 2.5rem; margin-bottom: 10px; padding-left: 50px; background-image: url('{{ abrir }}'); background-repeat: no-repeat; background-size: 40px 40px;background-position: center;" onclick="location.href='{{ url }}'">
90
  <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>
@@ -95,7 +95,7 @@
95
  <!--<input type="button" value="" style="background-color: white; font-size: 2.5rem; margin-bottom: 10px; padding-left: 50px; background-image: url('{{ abrir }}'); background-repeat: no-repeat; background-size: 40px 40px;background-position: center;" onclick="location.href='{{ url }}'">-->
96
 
97
  <br>
98
- <hr>
99
  {% endfor %}
100
 
101
  </div>
 
84
  <div style="display: flex; flex-direction: column; align-items: center; justify-content: flex-start;">
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: right; margin-bottom: 10px;">
88
  <!--<img src="{{ abrir }}" alt="Imagen" style="max-width: 40px; max-height: 40px; margin-right: 10px;">-->
89
  <input type="button" value="" style="background-color: white; font-size: 2.5rem; margin-bottom: 10px; padding-left: 50px; background-image: url('{{ abrir }}'); background-repeat: no-repeat; background-size: 40px 40px;background-position: center;" onclick="location.href='{{ url }}'">
90
  <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }}</strong>
 
95
  <!--<input type="button" value="" style="background-color: white; font-size: 2.5rem; margin-bottom: 10px; padding-left: 50px; background-image: url('{{ abrir }}'); background-repeat: no-repeat; background-size: 40px 40px;background-position: center;" onclick="location.href='{{ url }}'">-->
96
 
97
  <br>
98
+ <hr style="width: 100%; margin: 0;">
99
  {% endfor %}
100
 
101
  </div>