content screen height fix

This commit is contained in:
2026-08-23 00:53:32 -05:00
parent 21ebd13a07
commit 8432cc0bf6
4 changed files with 13 additions and 3 deletions

View File

@@ -193,6 +193,16 @@ tr {
position: unset !important;
}
.growBottom {
display: flex;
flex-direction: column;
min-height: 100vh;
}
.growBottom :last-child {
flex-grow: 1;
}
.header h1 {
display: inline-block;
transition: .4s;