Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pfadfinder-konstanz/hugo-dpsg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Mehl <mail@mehl.mx>2020-11-03 10:16:49 +0300
committerMax Mehl <mail@mehl.mx>2020-11-03 10:16:49 +0300
commit3474e58a14e6b1ef03af482ad4e67e6e73ccc05b (patch)
tree1a740416089483dcd21ebafb3bb8c76e8d8b50c4
parent8506a54b694f2c4850b37ce14f5885e13d4eb9cb (diff)
stick footer always to bottom
-rw-r--r--assets/css/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index bec2dc6..cd4ebcd 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -162,6 +162,10 @@ body {
word-wrap: break-word;
background: #F0F4F6;
-webkit-font-smoothing: antialiased;
+ /* Stick footer to bottom */
+ display: flex;
+ flex-direction: column;
+ height: 100vh;
}
.container {
@@ -1318,6 +1322,7 @@ textarea {
color: #999;
background: #2a2a2a;
border-top: 3px solid #999;
+ margin-top: auto;
}
.footer__container {