+1
-1
.tangled/workflows/deploy-wisp.yml
+1
-1
.tangled/workflows/deploy-wisp.yml
+9
-2
binaries/index.html
+9
-2
binaries/index.html
···
51
51
transition: background-color 200ms ease, color 200ms ease;
52
52
font-family: system-ui, sans-serif;
53
53
line-height: 1.6;
54
+
display: flex;
55
+
flex-direction: column;
56
+
min-height: 100vh;
54
57
}
55
58
56
59
.container {
57
60
max-width: 860px;
58
61
margin: 40px auto;
59
62
padding: 0 20px;
60
-
min-height: 100vh;
63
+
flex: 1;
64
+
display: flex;
65
+
flex-direction: column;
66
+
width: 100%;
61
67
}
62
68
63
69
h1 {
···
224
230
}
225
231
226
232
.footer {
227
-
margin-top: 3rem;
233
+
margin-top: auto;
228
234
padding-top: 2rem;
235
+
padding-bottom: 2rem;
229
236
border-top: 1px solid var(--demo-hr);
230
237
text-align: center;
231
238
color: var(--demo-text-secondary);