Skip to content

Commit

Permalink
Update _footer.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentParadis committed Sep 4, 2024
1 parent da9a77b commit d3b9d42
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions _sass/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,14 @@
.page__footer {
@include clearfix;
float: left;
margin-left: 0;
margin-right: 0;
width: 100%;
clear: both;
/* sticky footer fix start */
position: absolute;
bottom: 0em;
height: auto;
/* sticky footer fix end */
margin-top: 0em;
margin: 0;
color: mix(#fff, $gray, 25%);
-webkit-animation: intro 0.3s both;
animation: intro 0.3s both;
Expand Down

0 comments on commit d3b9d42

Please sign in to comment.