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