We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2861df commit 2dc7c82Copy full SHA for 2dc7c82
1 file changed
assets/scss/_custom.scss
@@ -23,7 +23,8 @@ main > section[id]:not([id='']):target::before {
23
content: '';
24
display: block;
25
height: $navbar-height;
26
- margin-top: -($navbar-height * 2);
+ padding-top: -($navbar-height * 2);
27
+ margin-top: -2px;
28
}
29
30
.jumbotron {
0 commit comments