[Glitch] Fix CAPTCHA page not following design pattern of sign-up flow

Port 39110d1d0a to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/62/head
Eugen Rochko 2023-06-13 22:30:40 +02:00 committed by Claire
parent b1b95ddd1f
commit d795c2c70c
1 changed files with 3 additions and 1 deletions

View File

@ -1050,7 +1050,9 @@ code {
}
.simple_form .h-captcha {
text-align: center;
display: flex;
justify-content: center;
margin-bottom: 30px;
}
.permissions-list {