center hcaptcha in connector and fix formatting on desktop (#2911)

This commit is contained in:
Jake Fink 2022-06-16 09:53:18 -04:00 committed by GitHub
parent bc639688e8
commit ba0e33881f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -68,8 +68,8 @@
</div>
<div class="box last" [hidden]="!showCaptcha()">
<div class="box-content">
<iframe id="hcaptcha_iframe" style="margin-top: 20px"></iframe>
<div class="box-content-row">
<iframe id="hcaptcha_iframe" height="80"></iframe>
<button class="btn block" type="button" routerLink="/accessibility-cookie">
<i class="bwi bwi-universal-access" aria-hidden="true"></i>
{{ "loadAccessibilityCookie" | i18n }}

View File

@ -3,4 +3,6 @@ body {
padding: 0;
margin: 0;
background: transparent;
display: flex;
justify-content: center;
}