mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-04-29 04:35:27 +08:00
Merge branch 'master' into polish-app-cards
This commit is contained in:
@@ -28,6 +28,25 @@ code {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
/*
|
||||
* Extend the footer to the bottom of the page,
|
||||
* even if there’s 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user