diff --git a/docs/404.html b/docs/404.html index 7eb32e2..1df852a 100644 --- a/docs/404.html +++ b/docs/404.html @@ -2,9 +2,11 @@ - docsify + - - + +
+ + diff --git a/package.json b/package.json index ad71bd2..625e156 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,10 @@ "build": "node build/build.js", "test": "eslint src test" }, + "repository": { + "type": "git", + "url": "https://github.com/QingWei-Li/docsify.git" + }, "keywords": [ "doc", "docs", diff --git a/themes/vue.css b/themes/vue.css index 77abe14..d8f180e 100644 --- a/themes/vue.css +++ b/themes/vue.css @@ -97,6 +97,16 @@ main { padding-top: 20px; } +@media screen(max-width: 600px) { + .sidebar { + left: -300px; + } + + .content { + left: 0; + } +} + /* markdown content found on pages */ .markdown-section { position: relative;