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.
This commit is contained in:
Jesse Rosenberger
2018-06-15 20:17:16 +03:00
parent 57e4e449cf
commit 60eec9d687

View File

@@ -2,7 +2,7 @@
.docstart {
width: 100%;
height: 345px;
height: 390px;
//border-right: 0px solid #22A699;
//border:0px solid #22A699;
}