0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

style(ui): mobile home page spacing (#3196)

This commit is contained in:
simeng-li 2023-02-24 10:14:52 +08:00 committed by GitHub
parent 0688b9656a
commit e7b2b643fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
:global(body.mobile) {
.header {
margin-top: _.unit(3);
margin-bottom: _.unit(7);
padding-bottom: _.unit(7);
}
}