Skip to content

Commit 2dc7c82

Browse files
committed
Fix layout
1 parent d2861df commit 2dc7c82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/scss/_custom.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ main > section[id]:not([id='']):target::before {
2323
content: '';
2424
display: block;
2525
height: $navbar-height;
26-
margin-top: -($navbar-height * 2);
26+
padding-top: -($navbar-height * 2);
27+
margin-top: -2px;
2728
}
2829

2930
.jumbotron {

0 commit comments

Comments
 (0)