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

style(console): update onboarding sie page responsive layout (#3485)

This commit is contained in:
Xiao Yijun 2023-03-18 21:04:47 +08:00 committed by GitHub
parent b23a85a2d7
commit 097b1ce56b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,8 @@
> div {
max-width: 800px;
min-width: 540px;
flex: 1;
}
.config {
@ -32,7 +34,6 @@
}
.preview {
flex: 1;
position: sticky;
top: 0;
align-self: flex-start;