Auto-commit local changes before build (2026-03-20 13:16:06)

This commit is contained in:
Ivo Oskamp 2026-03-20 13:16:06 +01:00
parent ac9c7ba280
commit 5eb8aeeba6

View File

@ -348,12 +348,18 @@ body.bc-body {
============================================================ */ ============================================================ */
.bc-main-auth .bc-content { .bc-main-auth .bc-content {
display: flex; display: flex;
flex-direction: column;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
min-height: 100vh; min-height: 100vh;
padding: 32px 16px; padding: 32px 16px;
} }
.bc-main-auth .bc-alerts {
width: 100%;
max-width: 400px;
}
/* ============================================================ /* ============================================================
MOBILE SIDEBAR MOBILE SIDEBAR
============================================================ */ ============================================================ */