0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-20 21:32:31 -05:00

fix(console): fix domain items vertical spacing in get-started page (#5362)

This commit is contained in:
Charles Zhao 2024-02-01 10:52:17 +08:00 committed by GitHub
parent bc127751b3
commit 833bef61e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,7 @@
.list {
display: flex;
flex-wrap: wrap;
gap: _.unit(8);
gap: _.unit(3) _.unit(8);
}
.app {