diff --git a/themes/afpy/static/css/website.css b/themes/afpy/static/css/website.css index d91562f..e2b77b6 100644 --- a/themes/afpy/static/css/website.css +++ b/themes/afpy/static/css/website.css @@ -33,7 +33,6 @@ html { body { display: flex; flex-direction: column; - justify-content: space-between; margin: 0; min-height: 100vh; } @@ -96,7 +95,8 @@ footer li { } footer { - border: var(--grey) 1px solid; + background: var(--white); + border-top: var(--grey) 1px solid; height: 4em; width: 100vw; } @@ -108,6 +108,7 @@ footer ul { /* Main */ main { + flex-grow: 1; margin: 4em auto 4em auto; }