Skip to content

Commit

Permalink
Fixed flex shorthand to make the footer work properly on IE10+
Browse files Browse the repository at this point in the history
  • Loading branch information
sztyborek committed Sep 27, 2015
1 parent af61ccf commit f64dd4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
.site-wrap {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}

footer {
Expand Down

0 comments on commit f64dd4b

Please sign in to comment.