mirror of https://github.com/usememos/memos
chore: fix demo banner
parent
d6656db20d
commit
61de7c8a32
@ -1,8 +1,11 @@
|
||||
html,
|
||||
html {
|
||||
@apply w-full h-full p-0 m-0;
|
||||
}
|
||||
|
||||
body {
|
||||
@apply text-base w-full min-h-full bg-zinc-100 dark:bg-zinc-800;
|
||||
@apply text-base w-full min-h-full p-0 m-0 bg-zinc-100 dark:bg-zinc-800;
|
||||
}
|
||||
|
||||
#root {
|
||||
@apply w-full h-auto overflow-auto;
|
||||
@apply w-full min-h-full overflow-auto;
|
||||
}
|
||||
|
Loading…
Reference in New Issue