0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-04-07 23:01:25 -05:00

style(console): fix captcha box alignment (#7241)

This commit is contained in:
wangsijie 2025-04-07 19:47:31 +08:00 committed by GitHub
parent 8a40b24515
commit ae01f34c50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,5 @@
@use '@/scss/underscore' as _;
.captchaBox {
display: flex;
justify-content: center;
margin-bottom: _.unit(2);
}