mirror of
https://github.com/usememos/memos.git
synced 2024-12-21 02:01:55 +03:00
11 lines
179 B
Plaintext
11 lines
179 B
Plaintext
@import "./mixin.less";
|
|
|
|
#root {
|
|
background-color: #f6f5f4;
|
|
}
|
|
|
|
#page-wrapper {
|
|
@apply w-full h-full m-auto grid max-w-4xl mx-auto;
|
|
grid-template-columns: min-content 1fr;
|
|
}
|