Skip to content

Commit 28990d7

Browse files
committed
Fix sticky header issues introduced by jekyll/minima#856
1 parent bccc9b3 commit 28990d7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

_sass/minima/custom-styles.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,10 @@ pre.highlight {
88
.post-content h3, .post-content h4, .post-content h5, .post-content h6 {
99
margin-top: 20px;
1010
}
11+
12+
.site-header {
13+
position: relative;
14+
}
15+
.page-content {
16+
padding: $spacing-unit 0;
17+
}

0 commit comments

Comments
 (0)