Spaces:
Sleeping
Sleeping
LeireTedCas
commited on
Commit
•
231c627
1
Parent(s):
04831f1
Update templates/videos.html
Browse files- templates/videos.html +2 -3
templates/videos.html
CHANGED
@@ -89,7 +89,7 @@
|
|
89 |
|
90 |
{% for titulo1, pdfs in titulos.items() %}
|
91 |
|
92 |
-
<div style="display: inline-block; border:
|
93 |
<strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif; margin: 0;">{{ titulo1 }} :</strong>
|
94 |
</div>
|
95 |
|
@@ -110,8 +110,7 @@
|
|
110 |
<hr style="width: 100%; margin: 0;">
|
111 |
|
112 |
<!--<a href="{{url}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>-->
|
113 |
-
|
114 |
-
<br>
|
115 |
{% endfor %}
|
116 |
<!--<div style="font-size: 1.2rem; font-family: Arial, Helvetica, sans-serif;">
|
117 |
<a href="{{ url }}">{{ titulo2 }}</a>
|
|
|
89 |
|
90 |
{% for titulo1, pdfs in titulos.items() %}
|
91 |
|
92 |
+
<div style="display: inline-block; border: 1.5px solid #ffffff; padding: 10px;">
|
93 |
<strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif; margin: 0;">{{ titulo1 }} :</strong>
|
94 |
</div>
|
95 |
|
|
|
110 |
<hr style="width: 100%; margin: 0;">
|
111 |
|
112 |
<!--<a href="{{url}}" style="font-size: 1.2rem;font-family: Arial, Helvetica, sans-serif;">{{titulo}}</a>-->
|
113 |
+
|
|
|
114 |
{% endfor %}
|
115 |
<!--<div style="font-size: 1.2rem; font-family: Arial, Helvetica, sans-serif;">
|
116 |
<a href="{{ url }}">{{ titulo2 }}</a>
|