404
Some checks failed
CI / Check links (push) Failing after 1m25s
CI / Check typos (push) Successful in 11s
CI / Clippy (push) Successful in 1m10s
CI / Build and test (push) Successful in 1m42s
CI / Build container (push) Successful in 1m5s
CI / Deploy on waypoint (push) Successful in 42s

This commit is contained in:
2025-11-11 09:36:57 -08:00
parent 532cfe58ba
commit 1addc6555b
7 changed files with 113 additions and 59 deletions

View File

@@ -82,8 +82,10 @@ body {
}
main {
margin-top: 2ex;
overflow-wrap: break-word;
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
}
hr.footline {
@@ -98,12 +100,6 @@ iframe {
max-width: 90%;
}
.wrapper {
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.footContainer {
padding-top: 0;