Skip to content

Commit

Permalink
added sticky footer
Browse files Browse the repository at this point in the history
  • Loading branch information
yimingzhaomath committed May 20, 2018
1 parent 0513790 commit 88a56a1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion _sass/_footer.scss
Expand Up @@ -5,6 +5,11 @@
.page__footer { .page__footer {
@include full(); @include full();
@include clearfix; @include clearfix;
/* sticky footer fix start */
position: absolute;
bottom: 0;
height: auto;
/* sticky footer fix end */
margin-top: 3em; margin-top: 3em;
color: mix(#fff, $gray, 25%); color: mix(#fff, $gray, 25%);
-webkit-animation: intro 0.3s both; -webkit-animation: intro 0.3s both;
Expand Down Expand Up @@ -70,4 +75,4 @@
padding-right: 10px; padding-right: 10px;
font-weight: bold; font-weight: bold;
} }
} }

0 comments on commit 88a56a1

Please sign in to comment.