feat(app) add documentation site template (#879)

* Added site

* update

* Added overview section

* Added skeleton
This commit is contained in:
Alex
2022-10-27 21:38:26 -05:00
committed by GitHub
parent 676ad2d34f
commit 7d118b5d42
56 changed files with 22826 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
/**
* CSS files with the .module.css suffix will be treated as CSS modules
* and scoped locally.
*/
.heroBanner {
padding: 4rem 0;
text-align: center;
position: relative;
overflow: hidden;
height: 40rem;
}
@media screen and (max-width: 996px) {
.heroBanner {
padding: 2rem;
}
}
.buttons {
display: flex;
align-items: center;
justify-content: center;
}