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 command: | 29 git submodule update --init --recursive 30 - name: Build wisp-cli 31 - command: > 32 cd cli 33 34 export PATH="$HOME/.nix-profile/bin:$PATH"
··· 28 command: | 29 git submodule update --init --recursive 30 - name: Build wisp-cli 31 + command: | 32 cd cli 33 34 export PATH="$HOME/.nix-profile/bin:$PATH"
+9 -2
binaries/index.html
··· 51 transition: background-color 200ms ease, color 200ms ease; 52 font-family: system-ui, sans-serif; 53 line-height: 1.6; 54 } 55 56 .container { 57 max-width: 860px; 58 margin: 40px auto; 59 padding: 0 20px; 60 - min-height: 100vh; 61 } 62 63 h1 { ··· 224 } 225 226 .footer { 227 - margin-top: 3rem; 228 padding-top: 2rem; 229 border-top: 1px solid var(--demo-hr); 230 text-align: center; 231 color: var(--demo-text-secondary);
··· 51 transition: background-color 200ms ease, color 200ms ease; 52 font-family: system-ui, sans-serif; 53 line-height: 1.6; 54 + display: flex; 55 + flex-direction: column; 56 + min-height: 100vh; 57 } 58 59 .container { 60 max-width: 860px; 61 margin: 40px auto; 62 padding: 0 20px; 63 + flex: 1; 64 + display: flex; 65 + flex-direction: column; 66 + width: 100%; 67 } 68 69 h1 { ··· 230 } 231 232 .footer { 233 + margin-top: auto; 234 padding-top: 2rem; 235 + padding-bottom: 2rem; 236 border-top: 1px solid var(--demo-hr); 237 text-align: center; 238 color: var(--demo-text-secondary);