mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
Fix header image link
This commit is contained in:
parent
4c0b9e807e
commit
0917de0090
2 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue