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

refactor(console): recover the main content size limitations (#2479)

This commit is contained in:
Xiao Yijun 2022-11-21 12:21:49 +08:00 committed by GitHub
parent 27e236fda2
commit e2b0359a62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,9 @@
}
@mixin main-content-width {
max-width: 1168px;
min-width: 604px;
margin: 0 auto;
}
@mixin flex-column {