Skip to content

Commit

Permalink
flexbox bug fix (footer overlapping) (#248)
Browse files Browse the repository at this point in the history
Merge pull request 248
  • Loading branch information
kminito authored and jekyllbot committed Jun 5, 2018
1 parent dc65e25 commit 86e4ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/minima/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
*/
.page-content {
padding: $spacing-unit 0;
flex: 1;
flex: 1 0 auto;
}

.page-heading {
Expand Down

0 comments on commit 86e4ea4

Please sign in to comment.