404
Some checks failed
CI / Check typos (push) Successful in 9s
CI / Check links (push) Failing after 11s
CI / Clippy (push) Successful in 1m1s
CI / Build and test (push) Successful in 1m19s
CI / Build container (push) Successful in 1m5s
CI / Deploy on waypoint (push) Successful in 50s

This commit is contained in:
2025-11-11 23:00:42 -08:00
parent 532cfe58ba
commit 0da489dc1b
7 changed files with 118 additions and 61 deletions

View File

@@ -81,9 +81,11 @@ body {
color: var(--fgColor);
}
main {
margin-top: 2ex;
overflow-wrap: break-word;
div.wrapper {
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
}
hr.footline {
@@ -92,18 +94,14 @@ hr.footline {
hr {
border: 1pt dashed;
width: 100%;
}
iframe {
max-width: 90%;
}
.wrapper {
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.footContainer {
padding-top: 0;