one column supporters

This commit is contained in:
rascencio 2016-02-14 11:52:05 -06:00
parent 5297c5cfd7
commit ed8a8c96e1
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<div class="row">
{% for supporter in supporters.all %}
<div class="col-md-6">
<div class="col-md-12">
<h3 class="text-center">{{supporter.name}}</h3>
<p class="text-center">{{supporter.description}}</p>
</div>