LeireTedCas commited on
Commit
4f279bc
·
1 Parent(s): 35552d6

Update templates/materiales.html

Browse files
Files changed (1) hide show
  1. templates/materiales.html +1 -1
templates/materiales.html CHANGED
@@ -88,7 +88,7 @@
88
 
89
  {% for titulo,nid in cajas.items() %}
90
 
91
- <a href="/resultado_trauma?link={{nid}}" >{{titulo}}</a>
92
  <br>
93
  <br>
94
  <hr/>
 
88
 
89
  {% for titulo,nid in cajas.items() %}
90
 
91
+ <a href="/resultado_trauma?link={{nid}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>
92
  <br>
93
  <br>
94
  <hr/>