mirror of
https://github.com/DanilaFe/abacus
synced 2026-01-18 12:55:19 +00:00
Use the center class for centering the content.
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<body>
|
<body>
|
||||||
{% include header.html %}
|
{% include header.html %}
|
||||||
|
|
||||||
<div class="content">
|
<div class="content center">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -15,4 +15,3 @@
|
|||||||
|
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user