0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00

style(console): fix inspire me button spacing (#3542)

This commit is contained in:
Xiao Yijun 2023-03-20 16:10:13 +08:00 committed by GitHub
parent c2e4226292
commit a422f96ef1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,7 @@
border-radius: 12px;
background-color: var(--color-base);
align-items: center;
justify-content: space-between;
.inspireContent {
margin-right: _.unit(6);