This commit is contained in:
2025-11-11 23:00:42 -08:00
parent 532cfe58ba
commit d5067ff381
7 changed files with 121 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;