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:
parent
27e236fda2
commit
e2b0359a62
1 changed files with 2 additions and 0 deletions
|
@ -5,7 +5,9 @@
|
|||
}
|
||||
|
||||
@mixin main-content-width {
|
||||
max-width: 1168px;
|
||||
min-width: 604px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
@mixin flex-column {
|
||||
|
|
Loading…
Reference in a new issue