Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stickyfooter #11

Merged
merged 2 commits into from
Oct 25, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions assets/default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ $content-width: 60em;
// Navbar (check out lib/navbar.sass for customizable options)
@import "lib/navbar.sass";

// Stretch the page to fill the browser
// (but allow it to scroll further too)
@import "lib/stickyfooter.sass";

// Minima also includes a mixin for defining media queries.
// Use media queries like this:
// @include media-query($on-palm) {
Expand Down
7 changes: 7 additions & 0 deletions assets/lib/stickyfooter.sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
body
display: flex
min-height: 100vh
flex-direction: column

#page-wrap
flex: 1