1
0
mirror of https://github.com/DanilaFe/abacus synced 2025-04-21 16:18:44 -07:00

Use the center class for centering the content.

This commit is contained in:
Danila Fedorin 2017-08-14 22:36:46 -07:00
parent bad0b1e87a
commit ad3628ce43

View File

@ -6,7 +6,7 @@
<body>
{% include header.html %}
<div class="content">
<div class="content center">
{{ content }}
</div>
@ -15,4 +15,3 @@
</html>