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

style(console): add margin around input fields in app guide (#4375)

This commit is contained in:
Charles Zhao 2023-08-18 03:30:37 -05:00 committed by GitHub
parent db2f38c09e
commit e13107438c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,3 +18,7 @@
margin: _.unit(6) 0 0 _.unit(2);
}
}
form {
margin: _.unit(4) 0;
}