summaryrefslogtreecommitdiffstats
path: root/scss/style.scss
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-05-24 20:34:38 -0400
committerrsiddharth <s@ricketyspace.net>2019-05-24 20:34:38 -0400
commitfc66fa8831e7f6c9e40c28f793bbdc025ffa014a (patch)
tree4a62babd1976df5d970bbecba7be381cd7f59aae /scss/style.scss
parent441d13a7b72f563419ad020d007d6ab224095977 (diff)
scss/style.scss: Push footer to the bottom.
Diffstat (limited to 'scss/style.scss')
-rw-r--r--scss/style.scss20
1 files changed, 14 insertions, 6 deletions
diff --git a/scss/style.scss b/scss/style.scss
index c280925..6c4eb28 100644
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -5,6 +5,20 @@
padding: 5px 20px 15px 20px;
}
+// Common
+body {
+ display: flex;
+ min-height: 100vh;
+ flex-direction: column;
+}
+
+.main {
+ margin-top: 20px;
+ margin-bottom: 20px;
+ flex: 1 0 auto;
+}
+
+
// Home - Banner
.fsfi-banner header {
@@ -46,12 +60,6 @@
margin-left: 2px;
}
-// About
-.main {
- margin-top: 20px;
- margin-bottom: 20px;
-}
-
// Join
.fellowship-type {
border: 2px solid $fsfi-dbrown;