1
0
Fork 0
forked from zombi/website

Fix design

This commit is contained in:
madmaurice 2017-12-20 23:08:39 +01:00 committed by Hive
commit 344bf7d6ed
5 changed files with 16 additions and 72 deletions
_layouts

View file

@ -1,3 +1,7 @@
{% include header.html %}
{{ content }}
<div class="medium-12 columns content-box">
<div class="whitebox">
{{ content }}
</div>
</div>
{% include footer.html %}