We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0513790 commit 88a56a1Copy full SHA for 88a56a1
_sass/_footer.scss
@@ -5,6 +5,11 @@
5
.page__footer {
6
@include full();
7
@include clearfix;
8
+ /* sticky footer fix start */
9
+ position: absolute;
10
+ bottom: 0;
11
+ height: auto;
12
+ /* sticky footer fix end */
13
margin-top: 3em;
14
color: mix(#fff, $gray, 25%);
15
-webkit-animation: intro 0.3s both;
@@ -70,4 +75,4 @@
70
75
padding-right: 10px;
71
76
font-weight: bold;
72
77
}
73
-}
78
+}
0 commit comments