Skip to content

Commit 88a56a1

Browse files
added sticky footer
1 parent 0513790 commit 88a56a1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

_sass/_footer.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
.page__footer {
66
@include full();
77
@include clearfix;
8+
/* sticky footer fix start */
9+
position: absolute;
10+
bottom: 0;
11+
height: auto;
12+
/* sticky footer fix end */
813
margin-top: 3em;
914
color: mix(#fff, $gray, 25%);
1015
-webkit-animation: intro 0.3s both;
@@ -70,4 +75,4 @@
7075
padding-right: 10px;
7176
font-weight: bold;
7277
}
73-
}
78+
}

0 commit comments

Comments
 (0)