diff --git a/_sass/_footer.scss b/_sass/_footer.scss index f7b7ff80174e4..d944af459e1c7 100644 --- a/_sass/_footer.scss +++ b/_sass/_footer.scss @@ -5,6 +5,11 @@ .page__footer { @include full(); @include clearfix; + /* sticky footer fix start */ + position: absolute; + bottom: 0; + height: auto; + /* sticky footer fix end */ margin-top: 3em; color: mix(#fff, $gray, 25%); -webkit-animation: intro 0.3s both; @@ -70,4 +75,4 @@ padding-right: 10px; font-weight: bold; } -} \ No newline at end of file +}