one column supporters
This commit is contained in:
parent
5297c5cfd7
commit
ed8a8c96e1
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
{% for supporter in supporters.all %}
|
{% for supporter in supporters.all %}
|
||||||
<div class="col-md-6">
|
<div class="col-md-12">
|
||||||
<h3 class="text-center">{{supporter.name}}</h3>
|
<h3 class="text-center">{{supporter.name}}</h3>
|
||||||
<p class="text-center">{{supporter.description}}</p>
|
<p class="text-center">{{supporter.description}}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue