mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 07:03:25 +00:00
25 lines
384 B
CSS
25 lines
384 B
CSS
.app_wrapper {
|
|
position: relative;
|
|
height: 100%;
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.app_shell {
|
|
position: relative;
|
|
height: 100%;
|
|
max-width: 100%;
|
|
width: 1440px;
|
|
}
|
|
|
|
.ml_custom_class {
|
|
position: absolute !important;
|
|
background-color: light-dark(
|
|
var(--ml-bg-light),
|
|
var(--ml-bg-dark)
|
|
) !important;
|
|
}
|