[Glitch] Fix CAPTCHA page not following design pattern of sign-up flow
Port 239ee4f5d1
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
5a38d538a0
commit
85041b74fb
1 changed files with 3 additions and 1 deletions
|
@ -1050,7 +1050,9 @@ code {
|
||||||
}
|
}
|
||||||
|
|
||||||
.simple_form .h-captcha {
|
.simple_form .h-captcha {
|
||||||
text-align: center;
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.permissions-list {
|
.permissions-list {
|
||||||
|
|
Loading…
Reference in a new issue