/team: Add padding to content.

This commit is contained in:
Tommy Ip 2017-11-13 11:08:01 +00:00 committed by Tim Abbott
parent 0bd09398d8
commit 94a14f9796
1 changed files with 102 additions and 100 deletions

View File

@ -28,6 +28,7 @@
</div> </div>
<div class="main"> <div class="main">
<div class="padded-content">
<div class="team"> <div class="team">
<h1>The core team at Kandra Labs</h1> <h1>The core team at Kandra Labs</h1>
<p> <p>
@ -139,4 +140,5 @@
</div> </div>
</div> </div>
</div> </div>
</div>
{% endblock %} {% endblock %}