make sites at least the hight of the screen
Some checks failed
Build and Push Docker Container / build-and-push (push) Has been cancelled

This commit is contained in:
2025-03-15 01:19:31 +01:00
parent 699d2f9bcf
commit 68d60a6207

View File

@@ -26,6 +26,11 @@ body {
main { main {
max-width: 800px ; max-width: 800px ;
margin: auto ; margin: auto ;
min-height: calc(100vh - 16rem);
}
header .main {
font-size: 1.5rem;
} }
hr { hr {
@@ -48,19 +53,15 @@ header {
line-height: 2.5em; line-height: 2.5em;
} }
header .main {
font-size: 1.5rem;
}
/* --- footer --- */ /* --- footer --- */
footer { footer {
font-family: 'Roboto Mono', monospace; font-family: 'Roboto Mono', monospace;
border-top: 0.2rem dotted var(--bordercl); border-top: 0.2rem dotted var(--bordercl);
padding: 2rem 0rem; padding: 2rem 0rem;
margin-top: 10rem; margin-top: 5rem;
text-align: center; text-align: center;
min-height: 5rem;
} }