Skip to content

Commit

Permalink
Added a minimum height for the page-body
Browse files Browse the repository at this point in the history
  • Loading branch information
gayanvirajith committed Oct 24, 2014
1 parent 1915aa6 commit f6ef408
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,11 @@ footer.main-footer {

div.page-content {
@extend .default-page-content;
min-height: initial;

@include MQ(M) {
min-height: 400px;
}
}

div.page-content {
Expand Down

0 comments on commit f6ef408

Please sign in to comment.