diff --git a/hugo/assets/css/main.css b/hugo/assets/css/main.css index d5540d6..e36a95c 100644 --- a/hugo/assets/css/main.css +++ b/hugo/assets/css/main.css @@ -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; }