Auto-commit local changes before build (2026-03-20 13:27:58)

This commit is contained in:
Ivo Oskamp 2026-03-20 13:27:58 +01:00
parent 5eb8aeeba6
commit a51650dd6e
2 changed files with 3 additions and 8 deletions

View File

@ -349,15 +349,12 @@ body.bc-body {
.bc-main-auth .bc-content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 100vh;
padding: 32px 16px;
}
.bc-main-auth .bc-alerts {
max-width: 480px;
margin: 0 auto;
width: 100%;
max-width: 400px;
}
/* ============================================================

View File

@ -1,7 +1,6 @@
{% extends "layout/base.html" %}
{% block content %}
<div class="row justify-content-center">
<div class="col-md-4">
<div>
<h2 class="mb-3">Login</h2>
<form method="post">
<div class="mb-3">
@ -48,5 +47,4 @@
</a>
{% endif %}
</div>
</div>
{% endblock %}