Fix header image link

This commit is contained in:
Frank Li 2017-07-28 10:31:08 -07:00
parent 4c0b9e807e
commit 0917de0090
2 changed files with 2 additions and 1 deletions

View file

@ -492,6 +492,7 @@ header h2 {
display: flex; display: flex;
flex-flow: row nowrap; flex-flow: row nowrap;
height: 34px; height: 34px;
z-index: 10000;
} }
.fixedHeaderContainer header { .fixedHeaderContainer header {
display: flex; display: flex;

View file

@ -21,7 +21,7 @@
"shelljs": "^0.7.8" "shelljs": "^0.7.8"
}, },
"name": "docusaurus", "name": "docusaurus",
"version": "1.0.0-alpha.30", "version": "1.0.0-alpha.31",
"bin": { "bin": {
"docusaurus-start": "./lib/start-server.js", "docusaurus-start": "./lib/start-server.js",
"docusaurus-build": "./lib/build-files.js", "docusaurus-build": "./lib/build-files.js",