We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92099fe commit 09a7ff1Copy full SHA for 09a7ff1
theme/assets/styles/common/_global.scss
@@ -4,9 +4,18 @@ a:active {
4
text-decoration: none;
5
}
6
7
-.content {
+// to always move the footer at the bottom of the page
8
+body {
9
+ display: flex;
10
+ flex-direction: column;
11
+ min-height: 100vh;
12
13
14
+.wrap {
15
+ flex: 1;
16
+}
17
+
18
19
body.sidebar-primary,
20
body.page:not(.home) {
21
.main,
theme/assets/styles/layouts/_footer.scss
@@ -3,6 +3,7 @@ $footer-font-color: #e4f7f7 !default;
3
.footer {
background-color: $footer-bg;
color: $footer-font-color;
+ clear: both;
.footer__main {
@include make-row();
@@ -80,5 +81,5 @@ $footer-font-color: #e4f7f7 !default;
80
81
82
83
-
84
85
0 commit comments