diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 1645622..9fc3386 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -2,18 +2,5 @@
{{ .Site.Title }}
- - diff --git a/static/css/style.css b/static/css/style.css index a726267..6046fbd 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -17,6 +17,9 @@ body{ line-height: 1.5; background-color: var(--bg); color: var(--fg); + display: flex; + flex-direction: column; + min-height: 100vh; } a{ @@ -26,7 +29,11 @@ a{ /* Main Body */ -.content { margin: 5em 5% auto 5%; } +.content { + margin: 5em 5% auto 5%; + flex: 1; +} + footer { width: calc(100% - 40px); @@ -427,5 +434,4 @@ blockquote.location p { padding: inherit; } } -} - +} \ No newline at end of file