Merge branch 'master' into polish-app-cards

This commit is contained in:
Jed Fox
2017-10-30 06:17:38 -04:00
committed by GitHub
15 changed files with 104 additions and 53 deletions

View File

@@ -28,6 +28,25 @@ code {
font-size: 14px;
}
/*
* Extend the footer to the bottom of the page,
* even if theres not enough content to make the page scroll.
*/
body {
min-height: 100vh;
display: flex;
flex-direction: column;
}
.container-lg {
flex: 1;
}
#toc .toc-wrap {
position: -webkit-sticky;
position: sticky;
top: 40px;
}
.flex-1 {
flex: 1;
}