LeireTedCas commited on
Commit
12e019d
1 Parent(s): 8172fa9

Update templates/pdf_casa_comercial.html

Browse files
Files changed (1) hide show
  1. templates/pdf_casa_comercial.html +4 -2
templates/pdf_casa_comercial.html CHANGED
@@ -83,13 +83,15 @@
83
 
84
  <form action="{{url_for('pdf_casa_trauma')}}" method="post">
85
 
86
- <br>
87
 
88
 
89
  {% for titulo, pdfs in titulos.items() %}
90
 
91
  <br>
92
- <strong style="font-size: 1.4rem; font-family: Arial, Helvetica, sans-serif;">{{ titulo }} :</strong>
 
 
93
  <br>
94
  {% for titulo2, url in pdfs.items() %}
95
  <div style="display: flex; align-items: center; margin-bottom: 10px; width: 100%;">
 
83
 
84
  <form action="{{url_for('pdf_casa_trauma')}}" method="post">
85
 
86
+
87
 
88
 
89
  {% for titulo, pdfs in titulos.items() %}
90
 
91
  <br>
92
+ <div style="display: inline-block; border: 1px solid #ffffff; padding: 10px;">
93
+ <strong style="font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif; margin: 0;">{{ titulo }} :</strong>
94
+ </div>
95
  <br>
96
  {% for titulo2, url in pdfs.items() %}
97
  <div style="display: flex; align-items: center; margin-bottom: 10px; width: 100%;">