summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorNina Siessegger <n.siessegger@zeromail.org>2020-01-13 12:21:05 +0100
committerNina Siessegger <n.siessegger@zeromail.org>2020-01-13 14:15:43 +0100
commitcbc11bdb15ef7c863c3d7e6d51d63be977e93b4a (patch)
treec856ecac65d8b361ccb64c2fd06ef7c39ddb60e1 /assets
parentb3e0a6643b56a00d76501d19e35e75f843188bd2 (diff)
Make footer stick to bottom
Diffstat (limited to 'assets')
-rw-r--r--assets/css/styles.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/css/styles.scss b/assets/css/styles.scss
index a6b50c0..91f081b 100644
--- a/assets/css/styles.scss
+++ b/assets/css/styles.scss
@@ -32,6 +32,7 @@ $link: $green;
.main-content {
margin-top: 4em;
margin-bottom: 4em;
+ min-height: calc(100vh - 390px);
}
h1 {