Added initial docs page skeleton

This commit is contained in:
Gavin Bunney
2019-10-14 12:56:04 -07:00
parent 6e0f2f87e7
commit 8e832185b0
16 changed files with 7150 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
/* your custom css */
@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
}
@media only screen and (min-width: 1024px) {
}
@media only screen and (max-width: 1023px) {
}
@media only screen and (min-width: 1400px) {
}
@media only screen and (min-width: 1500px) {
}
@media only screen and (min-width: 1024px) {
.separateOnPageNav .docsNavContainer {
flex: 0 0 300px;
}
}
body {
font-family: "Lato", "sans-serif";
}