Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol. wisp.place

fix footer

nekomimi.pet 7cc35181 e0857955

verified
Changed files
+10 -3
.tangled
workflows
binaries
+1 -1
.tangled/workflows/deploy-wisp.yml
···
command: |
git submodule update --init --recursive
- name: Build wisp-cli
-
command: >
cd cli
export PATH="$HOME/.nix-profile/bin:$PATH"
···
command: |
git submodule update --init --recursive
- name: Build wisp-cli
+
command: |
cd cli
export PATH="$HOME/.nix-profile/bin:$PATH"
+9 -2
binaries/index.html
···
transition: background-color 200ms ease, color 200ms ease;
font-family: system-ui, sans-serif;
line-height: 1.6;
}
.container {
max-width: 860px;
margin: 40px auto;
padding: 0 20px;
-
min-height: 100vh;
}
h1 {
···
}
.footer {
-
margin-top: 3rem;
padding-top: 2rem;
border-top: 1px solid var(--demo-hr);
text-align: center;
color: var(--demo-text-secondary);
···
transition: background-color 200ms ease, color 200ms ease;
font-family: system-ui, sans-serif;
line-height: 1.6;
+
display: flex;
+
flex-direction: column;
+
min-height: 100vh;
}
.container {
max-width: 860px;
margin: 40px auto;
padding: 0 20px;
+
flex: 1;
+
display: flex;
+
flex-direction: column;
+
width: 100%;
}
h1 {
···
}
.footer {
+
margin-top: auto;
padding-top: 2rem;
+
padding-bottom: 2rem;
border-top: 1px solid var(--demo-hr);
text-align: center;
color: var(--demo-text-secondary);