mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -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 {
|
@mixin main-content-width {
|
||||||
|
max-width: 1168px;
|
||||||
min-width: 604px;
|
min-width: 604px;
|
||||||
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin flex-column {
|
@mixin flex-column {
|
||||||
|
|
Loading…
Reference in a new issue