diff --git a/.gitignore b/.gitignore index ee442ed..8fd12ce 100644 --- a/.gitignore +++ b/.gitignore @@ -114,7 +114,3 @@ dist .yarn/unplugged .yarn/build-state.yml .pnp.* - - -## Custom -build/ diff --git a/package-lock.json b/package-lock.json index e028b3b..ba42221 100644 Binary files a/package-lock.json and b/package-lock.json differ diff --git a/package.json b/package.json index ae25805..6fb79a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fwdekker/template", - "version": "0.0.8", + "version": "0.0.9", "description": "The base template for pages on fwdekker.com.", "author": "Felix W. Dekker (https://fwdekker.com)", "license": "MIT", diff --git a/src/main/css/common.css b/src/main/css/common.css index f2a11bc..f5878ea 100644 --- a/src/main/css/common.css +++ b/src/main/css/common.css @@ -3,14 +3,18 @@ --fwdekker-theme-color-dark: #00279d; } -html, body { +html { height: 100%; } +body { + position: relative; + min-height: 100%; +} + #contents { padding-top: 5rem; padding-bottom: 9rem; /* Vertical footer paddings + 1 */ - min-height: 100%; } .footer {