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 32a4903 commit c5b2f00
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@
body {
font-size: 18px;
}
pre:after {
padding: 1em;
right: .5em;
}
nav.app-nav li ul {
min-width: 100px;
}
.sidebar ul li a, .app-nav a {
font-size: 17px;
}
Expand All @@ -22,6 +29,9 @@
font-weight: normal;
text-decoration: underline;
}
.markdown-section {
max-width: 90%;
}
.markdown-section code {
font-size: inherit;
}
Expand Down

0 comments on commit c5b2f00

Please sign in to comment.