update homepage
This commit is contained in:
@@ -5,26 +5,16 @@ import DjEmail from "@/DjEmail.tsx";
|
||||
import { addCSS, css } from "@/util.ts";
|
||||
|
||||
const styles = css`
|
||||
body {
|
||||
height: 100svh;
|
||||
}
|
||||
|
||||
.dj-home-root {
|
||||
margin: auto;
|
||||
width: 500px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
|
||||
.resource {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.spacer {
|
||||
flex-grow: 1;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.dj-title {
|
||||
font-size: 48px;
|
||||
margin: 20px auto;
|
||||
@@ -162,7 +152,7 @@ export default defineComponent({
|
||||
</ul>
|
||||
</main>
|
||||
</div>
|
||||
<div class="spacer" />
|
||||
<hr />
|
||||
<footer>
|
||||
<div class="bottom">
|
||||
<div>
|
||||
|
||||
@@ -11,6 +11,6 @@
|
||||
<!-- SSR HEAD OUTLET -->
|
||||
</head>
|
||||
<body>
|
||||
<div id="app-root" style="height: 100vh;"><!-- SSR OUTLET --></div>
|
||||
<div id="app-root"><!-- SSR OUTLET --></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user