asdasd
This commit is contained in:
@@ -86,7 +86,7 @@
|
|||||||
|
|
||||||
<div id="kc-registration-container" class="kb-registration">
|
<div id="kc-registration-container" class="kb-registration">
|
||||||
<div id="kc-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>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
@@ -351,8 +351,12 @@ body > main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.kb-registration {
|
.kb-registration {
|
||||||
width: min(420px, 100%);
|
width: 100%;
|
||||||
margin: 14px auto 0;
|
margin: 14px 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#kc-registration {
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 640px) {
|
@media (max-width: 640px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user