Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Oct 2, 2019
1 parent 9f730a2 commit 3b80cda
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,35 @@
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css" title="vue">
<style>
body {
font-size: 1rem;
}
pre:after {
padding: 1em;
right: .5em;
}
nav.app-nav li ul {
min-width: 100px;
}
.sidebar ul li a {
white-space: pre-line;
padding-right: .5em;
}
.markdown-section {
max-width: 90%;
}
.markdown-section code {
font-size: inherit;
}
.markdown-section pre>code {
white-space: pre-wrap;
}
.markdown-section ol,
.markdown-section ul {
margin: 0;
}
</style>
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit 3b80cda

Please sign in to comment.