Skip to content

Commit 62fccee

Browse files
committed
Fix top position of sidebar
1 parent 48d341a commit 62fccee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ div.rustdoc {
6262
}
6363

6464
.sidebar {
65-
top: 138px;
65+
top: 160px;
6666
left: auto;
6767
}
6868

0 commit comments

Comments
 (0)