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

Fix sticky footer issue #10681

Merged
merged 6 commits into from
Feb 28, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Re-generate CSS and fix merge conflicts
  • Loading branch information
lucperkins committed Feb 20, 2019
commit d9d722479bae02c375f3a70583e74614c12f5f2a
18 changes: 9 additions & 9 deletions sass/_base.sass
Original file line number Diff line number Diff line change
Expand Up @@ -1848,20 +1848,20 @@ $feature-box-div-margin-bottom: 40px

// This Sass ensures a sticky footer at the bottom
.page
display: flex
flex-direction: column
min-height: 100vh
display: flex
flex-direction: column
min-height: 100vh

.page-content
flex: 1
.page-content
flex: 1

// 404 page
.container-404
text-align: center
margin: 3.5rem 0
text-align: center
margin: 3.5rem 0

ul li a
font-size: 1.5rem
ul li a
font-size: 1.5rem

// GitHub info/edit buttons
#pre-footer
Expand Down
2 changes: 1 addition & 1 deletion static/css/case-study-styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/css/case-study-styles.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/css/styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/css/styles.css.map

Large diffs are not rendered by default.

You are viewing a condensed version of this merge commit. You can view the full changes here.