Added docs for data sources

This commit is contained in:
Gavin Bunney
2019-10-14 14:45:01 -07:00
parent b313c98d46
commit 08d0f58674
14 changed files with 398 additions and 206 deletions

View File

@@ -10,11 +10,20 @@
}
@media only screen and (min-width: 1400px) {
.separateOnPageNav .wrapper, .separateOnPageNav .headerWrapper.wrapper {
max-width: 1600px;
}
}
@media only screen and (min-width: 1500px) {
}
@media only screen and (min-width: 1700px) {
.separateOnPageNav .wrapper, .separateOnPageNav .headerWrapper.wrapper {
max-width: 1800px;
}
}
@media only screen and (min-width: 1024px) {
.separateOnPageNav .docsNavContainer {
flex: 0 0 300px;
@@ -23,4 +32,8 @@
body {
font-family: "Lato", "sans-serif";
}
.toc .toggleNav ul li a {
font-size: 13px;
}