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
··· 28 28 command: | 29 29 git submodule update --init --recursive 30 30 - name: Build wisp-cli 31 - command: > 31 + command: | 32 32 cd cli 33 33 34 34 export PATH="$HOME/.nix-profile/bin:$PATH"
+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);