Skip to content

Commit

Permalink
Merge branch 'master' into fix-version-js
Browse files Browse the repository at this point in the history
  • Loading branch information
sujono91 authored May 21, 2018
2 parents ab5fe4b + 67c84c1 commit 86615cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion lib/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1852,12 +1852,17 @@ footer .social {
display: flex;
flex-direction: column;
padding-top: 50px;
min-height: calc(100vh - 50px);
}
.docMainWrapper {
flex-grow: 1;
width: 100%;
box-sizing: border-box;
}

/* those make the footer sticky and work even in IE 11 */
.navPusher > :first-child {
flex-grow: 1;
}
footer.nav-footer {
flex-shrink: 0;
}
Expand Down
2 changes: 1 addition & 1 deletion website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const siteConfig = {
'/css/code-blocks-buttons.css',
],
gaTrackingId: 'UA-44373548-31',
facebookAppId: '1615782811974223',
facebookAppId: '199138890728411',
facebookComments: true,
twitter: 'true',
twitterUsername: 'docusaurus',
Expand Down

0 comments on commit 86615cd

Please sign in to comment.