Add min-height to #content

This commit is contained in:
ekzyis 2024-08-11 04:56:26 -05:00
parent 07648c30f6
commit 698cc5c368
1 changed files with 10 additions and 0 deletions

View File

@ -19,6 +19,16 @@
transition: background-color 150ms ease-in;
}
#content {
min-height: 85svh;
}
@media (min-width: 768px) {
#content {
min-height: 90svh;
}
}
footer {
color: var(--muted);
}