mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 00:39:45 +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;
|
||||
flex-flow: row nowrap;
|
||||
height: 34px;
|
||||
z-index: 10000;
|
||||
}
|
||||
.fixedHeaderContainer header {
|
||||
display: flex;
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"shelljs": "^0.7.8"
|
||||
},
|
||||
"name": "docusaurus",
|
||||
"version": "1.0.0-alpha.30",
|
||||
"version": "1.0.0-alpha.31",
|
||||
"bin": {
|
||||
"docusaurus-start": "./lib/start-server.js",
|
||||
"docusaurus-build": "./lib/build-files.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue