This commit is contained in:
parent
bcf7f109df
commit
3685bba1b9
|
@ -467,9 +467,23 @@ await commander.program
|
||||||
background-color: var(--color--cyan--900);
|
background-color: var(--color--cyan--900);
|
||||||
color: var(--color--cyan--50);
|
color: var(--color--cyan--50);
|
||||||
}
|
}
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
`)}"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
css="${response.locals.css(css`
|
||||||
|
min-height: 100%;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
`)}"
|
`)}"
|
||||||
>
|
>
|
||||||
$${body}
|
$${body}
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue