Use the center class for centering the content.

This commit is contained in:
Danila Fedorin 2017-08-14 22:36:46 -07:00
parent 334439e075
commit 415a05288a
1 changed files with 3 additions and 4 deletions

View File

@ -1,18 +1,17 @@
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<div class="content">
<div class="content center">
{{ content }}
</div>
{% include footer.html %}
</body>
</html>