feat(base.html): add justify-center to body
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
{% endblock extra_head %}
|
||||
</head>
|
||||
|
||||
<body class="flex grow flex-col min-h-screen {% block body_class %}{% endblock %}">
|
||||
<body class="flex grow flex-col justify-center min-h-screen {% block body_class %}{% endblock %}">
|
||||
{% include "header.html" %}
|
||||
|
||||
{% block body %}
|
||||
|
||||
Reference in New Issue
Block a user