asdasd
All checks were successful
Deploy / deploy-staging (push) Successful in 23s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-06-17 21:48:17 +02:00
parent 54df1ab346
commit 8e2c12d9cb
2 changed files with 7 additions and 3 deletions

View File

@@ -86,7 +86,7 @@
<div id="kc-registration-container" class="kb-registration">
<div id="kc-registration">
<a class="kb-register-button" id="kb-register-button" tabindex="7" href="#" hidden>Neue Benutzer</a>
<a class="kb-register-button" id="kb-register-button" tabindex="7" href="#" hidden>Registrieren</a>
</div>
</div>
</form>

View File

@@ -351,8 +351,12 @@ body > main {
}
.kb-registration {
width: min(420px, 100%);
margin: 14px auto 0;
width: 100%;
margin: 14px 0 0;
}
#kc-registration {
width: 100%;
}
@media (max-width: 640px) {