cosmetic changes

This commit is contained in:
KF7EEL
2021-10-06 12:54:42 -07:00
parent e8e6e04f60
commit f63b782cdf
4 changed files with 45 additions and 43 deletions
+11 -1
View File
@@ -2,10 +2,16 @@
{% block content %}
<p>&nbsp;</p>
<div class="row">
{{content_block}}
<div class="col-lg-6">
<p>&nbsp;</p>
<table style="width: 600px; margin-left: auto; margin-right: auto;">
<table style="margin-left: auto; margin-right: auto;">
<tbody>
<tr>
<td style="text-align: center;">
@@ -15,5 +21,9 @@
</tr>
</tbody>
</table>
</div>
</div>
<p>&nbsp;</p>
{% endblock %}