Skip to content

Commit 60eec9d

Browse files
committed
Move documentation header down by hard-coding docstart to be taller.
This is more difficult than it should be because the `docstart` has to have a fixed height because its children take up no actual height within it.
1 parent 57e4e44 commit 60eec9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/assets/theme-colors.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
.docstart {
44
width: 100%;
5-
height: 345px;
5+
height: 390px;
66
//border-right: 0px solid #22A699;
77
//border:0px solid #22A699;
88
}

0 commit comments

Comments
 (0)